Date: Sunday, August 9, 2020 @ 17:03:22 Author: bpiotrowski Revision: 393461
2.11-1 Modified: bash-completion/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-09 17:02:54 UTC (rev 393460) +++ PKGBUILD 2020-08-09 17:03:22 UTC (rev 393461) @@ -1,8 +1,8 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=bash-completion -pkgver=2.10 -pkgrel=2 +pkgver=2.11 +pkgrel=1 pkgdesc='Programmable completion for the bash shell' arch=(any) url='https://github.com/scop/bash-completion' @@ -11,7 +11,7 @@ options=(!emptydirs !makeflags) source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz) validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB) -sha256sums=('123c17998e34b937ce57bb1b111cd817bc369309e9a8047c0bcf06ead4a3ec92') +sha256sums=('73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac') build() { cd $pkgname-$pkgver
