diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-01-21 02:05:56 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-01-21 02:05:56 -0500 |
commit | 4c57e913cc9a747400a5ba745c80877abc0be960 (patch) | |
tree | bf097b180cb23ac0ce01f7c72ed71f2342efc3d1 /libre/unp | |
parent | e4a1f4fa7057e9c1a388912e9e0784996544552a (diff) | |
download | abslibre-4c57e913cc9a747400a5ba745c80877abc0be960.tar.gz abslibre-4c57e913cc9a747400a5ba745c80877abc0be960.tar.bz2 abslibre-4c57e913cc9a747400a5ba745c80877abc0be960.zip |
unp-2.0~pre7+nmu1-3.parabola1: rebuild
Diffstat (limited to 'libre/unp')
-rw-r--r-- | libre/unp/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/unp/PKGBUILD b/libre/unp/PKGBUILD index acbe7e558..c5d2c32c0 100644 --- a/libre/unp/PKGBUILD +++ b/libre/unp/PKGBUILD @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 116352 2014-07-25 17:05:00Z anatolik $ # Maintainer (Arch): Anatol Pomozov <anatol.pomozov@gmail.com> # Contributor (Arch): Michael Düll <mail@akurei.me> PGP-Key: AAAEE882 # Contributor (Arch): TDY <tdy@gmx.com> @@ -9,10 +8,12 @@ pkgname=unp pkgver=2.0~pre7+nmu1 -pkgrel=2.parabola2 -pkgdesc='A script for unpacking a wide variety of archive formats, without nonfree unace, unarj and unrar recommendation' +pkgrel=3 +pkgrel+=.parabola1 +pkgdesc='A script for unpacking a wide variety of archive formats' +pkgdesc+=', without nonfree unace, unarj and unrar recommendation' arch=(any) -url='http://packages.qa.debian.org/u/unp.html' +url='https://packages.qa.debian.org/u/unp.html' license=(GPL) depends=(perl) optdepends=( @@ -44,7 +45,7 @@ package() { 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"/etc/bash_completion.d/unp.sh + install -Dm755 bash_completion.d/unp "$pkgdir"/usr/share/bash-completion/completions/unp cd po make DESTDIR="$pkgdir" install |