From 8b40a7f03ec2b38396b98c1dfbb23dc6ce24ce67 Mon Sep 17 00:00:00 2001 From: maxice8 <thinkabit.ukim@gmail.com> Date: Wed, 20 Jun 2018 02:59:52 -0300 Subject: [PATCH] salt: update to 2018.3.1. --- srcpkgs/salt/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template index 0f537e265d..cc770a82c4 100644 --- a/srcpkgs/salt/template +++ b/srcpkgs/salt/template @@ -1,22 +1,22 @@ # Template file for 'salt' pkgname=salt -version=2018.3.0 -revision=2 +version=2018.3.1 +revision=1 noarch=yes build_style=python2-module pycompile_module="salt" -conf_files="/etc/salt/*" hostmakedepends="python-devel" # XXX remove python-futures once tornado will be updated to 5 depends="python-yaml python-Jinja2 python-requests python-pyzmq python-futures python-M2Crypto python-tornado python-msgpack dmidecode pciutils" -#changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html" short_desc="Remote execution system, and configuration manager" maintainer="Toyam Cox <Vaelatern@voidlinux.eu>" license="Apache-2.0" homepage="http://saltstack.org/" +changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html" distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz" -checksum=a0a45d22fdf6961542a419b7e09568a3118e2b019ffe7bab9dee5aeb55b56b31 +checksum=7b1d59067b8eb61a23884078e0b8afc02ed8800c5c00f09405ae9e03491ed3db +conf_files="/etc/salt/*" post_install() { vmkdir etc/salt 0750