Date: Sunday, March 14, 2021 @ 17:29:23 Author: anatolik Revision: 891267
upgpkg: unp 2.0~pre9-1 Modified: unp/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-14 17:15:47 UTC (rev 891266) +++ PKGBUILD 2021-03-14 17:29:23 UTC (rev 891267) @@ -5,8 +5,8 @@ # Contributor: Hannes Rist <[email protected]> pkgname=unp -pkgver=2.0~pre7+nmu1 -pkgrel=4 +pkgver=2.0~pre9 +pkgrel=1 pkgdesc='A script for unpacking a wide variety of archive formats' arch=(any) url='https://packages.qa.debian.org/u/unp.html' @@ -24,8 +24,8 @@ 'cabextract: cab support' 'rpmextract: rpm support' ) -source=(http://ftp.debian.org/debian/pool/main/u/unp/unp_$pkgver.tar.bz2) -sha1sums=('b91f4cbc4720b3aace147652ac2043cf74668244') +source=(http://ftp.debian.org/debian/pool/main/u/unp/unp_$pkgver.tar.xz) +sha1sums=('5a07da0d7c5ebe51d67707d1d51684a7e97770f6') build() { cd unp-$pkgver/po @@ -37,7 +37,7 @@ install -Dm755 unp "$pkgdir"/usr/bin/unp install -Dm755 ucat "$pkgdir"/usr/bin/ucat install -Dm644 debian/unp.1 "$pkgdir"/usr/share/man/man1/unp.1 - install -Dm755 bash_completion.d/unp "$pkgdir"/usr/share/bash-completion/completions/unp + install -Dm755 debian/unp.bash-completion "$pkgdir"/usr/share/bash-completion/completions/unp cd po make DESTDIR="$pkgdir" install
