diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 00:22:23 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-27 14:22:04 +0000 |
commit | 2f6c496275d269e10fb0f01b976276fe2bf5c61b (patch) | |
tree | d17c6be07e4879ba18fe50ea8b16f6ca716ccaf5 /main/chrpath | |
parent | 2377fd56b956b1dddbfe312081e4e9912f9ecdc9 (diff) | |
download | aports-2f6c496275d269e10fb0f01b976276fe2bf5c61b.tar.bz2 aports-2f6c496275d269e10fb0f01b976276fe2bf5c61b.tar.xz |
main/chrpath: fix url fix license
Diffstat (limited to 'main/chrpath')
-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 \ |