[arch-commits] Commit in zsh-completions/trunk (ChangeLog PKGBUILD)

Evgeniy Alekseev arcanis at archlinux.org
Thu May 28 06:22:14 UTC 2015


    Date: Thursday, May 28, 2015 @ 08:22:13
  Author: arcanis
Revision: 134259

upgpkg: zsh-completions 0.12.0-2
drop _salt completion

Modified:
  zsh-completions/trunk/ChangeLog
  zsh-completions/trunk/PKGBUILD

-----------+
 ChangeLog |    3 +++
 PKGBUILD  |    3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2015-05-28 06:10:14 UTC (rev 134258)
+++ ChangeLog	2015-05-28 06:22:13 UTC (rev 134259)
@@ -1,2 +1,5 @@
+0.12.0-2:
+drop _salt completions since it is provided by upstream
+
 0.12.0-1:
 ustream update

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-28 06:10:14 UTC (rev 134258)
+++ PKGBUILD	2015-05-28 06:22:13 UTC (rev 134259)
@@ -4,7 +4,7 @@
 
 pkgname=zsh-completions
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional completion definitions for Zsh"
 arch=(any)
 url="https://github.com/zsh-users/zsh-completions"
@@ -25,6 +25,7 @@
   # remove completions which are provided by upstream
   rm "${pkgdir}/usr/share/zsh/site-functions/_docker"
   rm "${pkgdir}/usr/share/zsh/site-functions/_envoy"
+  rm "${pkgdir}/usr/share/zsh/site-functions/_salt"
 
   # license
   install -Dm644 "${srcdir}/LICENSE-BSD" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD"



More information about the arch-commits mailing list