diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-16 15:56:46 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-16 16:20:29 -0300 |
| commit | 85d5e68ff7ce329a49e35b49bde9cde36861b5ea (patch) | |
| tree | 5910c43010d04b4a9b2dc5c369df6666c32e9ee7 /main/pax-utils | |
| parent | d69d5f118e05dac316c6c2dd49a0183b3fd8d2c9 (diff) | |
| download | aports-85d5e68ff7ce329a49e35b49bde9cde36861b5ea.tar.bz2 aports-85d5e68ff7ce329a49e35b49bde9cde36861b5ea.tar.xz | |
main/pax-utils: upgrade to 1.2.5
Diffstat (limited to 'main/pax-utils')
| -rw-r--r-- | main/pax-utils/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/main/pax-utils/APKBUILD b/main/pax-utils/APKBUILD index 8987decc36..b751445855 100644 --- a/main/pax-utils/APKBUILD +++ b/main/pax-utils/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pax-utils -pkgver=1.2.4 +pkgver=1.2.5 pkgrel=0 pkgdesc="ELF related utils for ELF 32/64 binaries" url="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities" @@ -16,7 +16,6 @@ source="https://dev.gentoo.org/~slyfox/distfiles/pax-utils-$pkgver.tar.xz" subpackages="$pkgname-doc scanelf:_scanelf" build() { - cd "$builddir" make USE_CAP=yes } @@ -27,7 +26,6 @@ check() { } package() { - cd "$builddir" make DESTDIR="$pkgdir/" install # Don't conflict with main/lddtree @@ -42,4 +40,4 @@ _scanelf() { mv "$pkgdir"/usr/bin/scanelf "$subpkgdir"/usr/bin/ } -sha512sums="03b84054c59e8ce64d2c07276c61245c8e9b3eca2fc430269531e2dafe120009b541ebb6adc4ff54c13a1da63caf0755fb026ba272cf17d04f75e06b893a3e95 pax-utils-1.2.4.tar.xz" +sha512sums="bf2f47393a66b4218eba7981100fc6936c7c9d6d98970f5337e7b3097ce6f7b2ca13de486ff7450e4395b74ba2308d37105508234f323230376ec5814cfe54f9 pax-utils-1.2.5.tar.xz" |
