Date: Tuesday, July 2, 2019 @ 16:24:51 Author: jlichtblau Revision: 487304
upgpkg: argbash 2.8.1-1 - new upstream release Modified: argbash/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-02 15:55:26 UTC (rev 487303) +++ PKGBUILD 2019-07-02 16:24:51 UTC (rev 487304) @@ -2,8 +2,8 @@ # Contributor: Matěj Týč <[email protected]> pkgname=argbash -pkgver=2.8.0 -pkgrel=2 +pkgver=2.8.1 +pkgrel=1 pkgdesc="Bash argument parsing code generator" arch=(any) url="https://argbash.io" @@ -12,7 +12,7 @@ makedepends=('make') checkdepends=('shellcheck') source=($pkgname-$pkgver.tar.gz::https://github.com/matejak/$pkgname/archive/$pkgver.tar.gz) -sha256sums=('76e90afbcbffafd4593c9a3ec8f89bd05e48ad88aaa47119a14bd6cd67c3e5b5') +sha256sums=('78e11099fad64fdbe9d27b72852c92175ea45c2c7a4a399b7616909d93789af8') check() { cd $pkgname-$pkgver/resources
