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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Feb 7 20:15:24 UTC 2017


    Date: Tuesday, February 7, 2017 @ 20:15:24
  Author: bpiotrowski
Revision: 288213

upgpkg: bash-completion 2.5-1

new upstream release

Modified:
  bash-completion/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-07 17:31:32 UTC (rev 288212)
+++ PKGBUILD	2017-02-07 20:15:24 UTC (rev 288213)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=bash-completion
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 pkgdesc="Programmable completion for the bash shell"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('bash')
 options=('!emptydirs' '!makeflags')
 source=("https://github.com/scop/bash-completion/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha1sums=('c02fb9c0f669d178f678c291ea17ddadfd011250')
+sha1sums=('5bcd2c6b47bd147eda51eb4570e8926c40dba1f7')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -23,12 +23,12 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 
-# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't source it
+  # bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't source it
   rm "${pkgdir}/etc/profile.d/bash_completion.sh"
 
-# remove Slackware's makepkg completion
+  # remove Slackware's makepkg completion
   rm "${pkgdir}/usr/share/bash-completion/completions/makepkg"
 
-# remove completions which overlap with util-linux
+  # remove completions which overlap with util-linux
   rm "${pkgdir}/usr/share/bash-completion/completions"/{u,}mount
 }



More information about the arch-commits mailing list