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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Apr 30 09:17:13 UTC 2019


    Date: Tuesday, April 30, 2019 @ 09:17:12
  Author: bpiotrowski
Revision: 352301

2.9-1

Modified:
  bash-completion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-30 08:48:14 UTC (rev 352300)
+++ PKGBUILD	2019-04-30 09:17:12 UTC (rev 352301)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=bash-completion
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc='Programmable completion for the bash shell'
 arch=(any)
@@ -9,10 +9,9 @@
 license=(GPL2)
 depends=(bash)
 options=(!emptydirs !makeflags)
-source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
 validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB)
-sha1sums=('102d618c60fa001165153b58751d07f230aec7e8'
-          'SKIP')
+sha256sums=('d48fe378e731062f479c5f8802ffa9d3c40a275a19e6e0f6f6cc4b90fa12b2f5')
 
 build() {
   cd $pkgname-$pkgver
@@ -29,7 +28,4 @@
 
   # remove Slackware's makepkg completion
   rm "$pkgdir/usr/share/bash-completion/completions/makepkg"
-
-  # remove completions which overlap with util-linux
-  rm "$pkgdir/usr/share/bash-completion/completions"/{u,}mount
 }



More information about the arch-commits mailing list