[arch-commits] Commit in salt/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Thu Jun 29 17:10:24 UTC 2017


    Date: Thursday, June 29, 2017 @ 17:10:24
  Author: demize
Revision: 241605

upgpkg: salt 2016.11.6-1

Modified:
  salt/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-29 16:21:59 UTC (rev 241604)
+++ PKGBUILD	2017-06-29 17:10:24 UTC (rev 241605)
@@ -5,8 +5,8 @@
 # Contributor: Christer Edwards <christer.edwards at gmail.com>
 
 pkgname=salt
-pkgver=2016.11.5
-pkgrel=2
+pkgver=2016.11.6
+pkgrel=1
 
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -33,16 +33,9 @@
         'etc/salt/minion')
 
 install=salt.install
-source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz"
-        "https://patch-diff.githubusercontent.com/raw/saltstack/salt/pull/41244.patch")
-md5sums=('24e701048378eca9de2a827fba5447fa'
-         '1d186eff9d92259e7cd2db648fdbec02')
+source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz")
+md5sums=('df2ab78bc289790e414f089932f5d503')
 
-prepare() {
-  cd salt-$pkgver
-  patch -p1 <"$srcdir"/41244.patch
-}
-
 package() {
   cd salt-$pkgver
   python2 setup.py clean



More information about the arch-commits mailing list