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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Mar 18 10:22:10 UTC 2018


    Date: Sunday, March 18, 2018 @ 10:22:09
  Author: bpiotrowski
Revision: 319570

2.8-1: new upstream release

Modified:
  bash-completion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-18 09:13:09 UTC (rev 319569)
+++ PKGBUILD	2018-03-18 10:22:09 UTC (rev 319570)
@@ -2,16 +2,18 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=bash-completion
-pkgver=2.7
-pkgrel=2
+pkgver=2.8
+pkgrel=1
 pkgdesc='Programmable completion for the bash shell'
-arch=('any')
+arch=(any)
 url='https://github.com/scop/bash-completion'
 license=(GPL2)
 depends=(bash)
 options=(!emptydirs !makeflags)
-source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha1sums=('2260342127086cfedd4801f796fdaaa051411a14')
+source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB)
+sha1sums=('102d618c60fa001165153b58751d07f230aec7e8'
+          'SKIP')
 
 build() {
   cd $pkgname-$pkgver
@@ -30,5 +32,5 @@
   rm "$pkgdir/usr/share/bash-completion/completions/makepkg"
 
   # remove completions which overlap with util-linux
-  rm "$pkgdir/usr/share/bash-completion/completions"/{{u,}mount,rfkill}
+  rm "$pkgdir/usr/share/bash-completion/completions"/{u,}mount
 }



More information about the arch-commits mailing list