diff options
Diffstat (limited to 'main/chrpath/APKBUILD')
-rw-r--r-- | main/chrpath/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/chrpath/APKBUILD b/main/chrpath/APKBUILD index f1ab9fb92b..023e26e180 100644 --- a/main/chrpath/APKBUILD +++ b/main/chrpath/APKBUILD @@ -1,16 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=chrpath pkgver=0.16 -pkgrel=1 +pkgrel=2 pkgdesc="Modify rpath of compiled programs" -url="https://alioth.debian.org/projects/chrpath/" +url="https://tracker.debian.org/pkg/chrpath" arch="all" -license="GPL+" +license="GPL-2.0-or-later" subpackages="$pkgname-doc" source="https://alioth-archive.debian.org/releases/chrpath/chrpath/$pkgver/chrpath-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" - build() { cd "$builddir" ./configure \ |