diff options
author | root <root@rshg054.dnsready.net> | 2012-04-29 00:03:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-29 00:03:11 +0000 |
commit | 4412991f6b4fd655fc1f51f8d79a0be0c10158b7 (patch) | |
tree | f9c260be9a38030fe89f1d4ce1e60763c7319f5f /community/pax-utils | |
parent | 00f77ef3b2b7856520daba393370f67b773c2184 (diff) |
Sun Apr 29 00:03:11 UTC 2012
Diffstat (limited to 'community/pax-utils')
-rw-r--r-- | community/pax-utils/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/pax-utils/PKGBUILD b/community/pax-utils/PKGBUILD index 25e86bdbf..b71d940a5 100644 --- a/community/pax-utils/PKGBUILD +++ b/community/pax-utils/PKGBUILD @@ -1,23 +1,22 @@ -# $Id: PKGBUILD 62235 2012-01-18 17:21:27Z tredaelli $ +# $Id: PKGBUILD 69966 2012-04-27 11:58:38Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: sh0 <mee@sh0.org> # Contributor: Maxwel <msg.maxwel@gmail.com> pkgname=pax-utils -pkgver=0.2.3 +pkgver=0.3.0 pkgrel=1 pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for security relevant properties' url='http://hardened.gentoo.org/pax-utils.xml' arch=('i686' 'x86_64') license=('GPL') depends=('bash' 'libcap') -checkdepends=('python2') +checkdepends=('python') source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz") -md5sums=('d2d27891742d14d81b205cf4e42de28a') +md5sums=('f0c6577977472a327aa39adf1012f150') build() { cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's/python /python2 /' tests/source/dotest make USE_CAP='yes' } |