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

Daniel Wallace dwallace at archlinux.org
Sat May 23 02:30:49 UTC 2015


    Date: Saturday, May 23, 2015 @ 04:30:49
  Author: dwallace
Revision: 133987

upgpkg: salt 2015.5.1-1

upgpkg: 2015.5.1

Modified:
  salt/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-23 02:27:54 UTC (rev 133986)
+++ PKGBUILD	2015-05-23 02:30:49 UTC (rev 133987)
@@ -5,7 +5,7 @@
 
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.0
+pkgver=2015.5.1
 pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -32,7 +32,7 @@
 install=salt.install
 conflicts=('salt')
 source=("http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz")
-md5sums=('5091f15202c852a3e92692035b05c872')
+md5sums=('7eb3e500dbe5b556e41861845da27ddf')
 
 package_salt-zmq() {
   cd $pkgbase-$pkgver
@@ -60,6 +60,8 @@
   for _svc in salt-master.service salt-syndic.service salt-minion.service salt-api.service; do
     install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
   done
+  install -Dm644 pkg/salt.bash "$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh "$pkgdir/usr/share/zsh/site-functions/_salt"
 }
 
 package_salt-raet() {
@@ -89,6 +91,8 @@
   for _svc in salt-master.service salt-syndic.service salt-minion.service salt-api.service; do
     install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
   done
+  install -Dm644 pkg/salt.bash "$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh "$pkgdir/usr/share/zsh/site-functions/_salt"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list