From 4412991f6b4fd655fc1f51f8d79a0be0c10158b7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 Apr 2012 00:03:11 +0000 Subject: Sun Apr 29 00:03:11 UTC 2012 --- community/pax-utils/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'community/pax-utils') 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 # Contributor: sh0 # Contributor: Maxwel 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' } -- cgit v1.2.3-54-g00ecf