summaryrefslogtreecommitdiff
path: root/community/pax-utils
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-29 12:24:22 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-29 12:24:22 +0200
commit810d723a0f57abdbc7e88ae18ae9408aa689f359 (patch)
tree453d2f4e11b9eee153d303fed7325f0e636e161b /community/pax-utils
parent92116b44c20c9b8e3ee49b794084d08d22e87cd3 (diff)
parent4412991f6b4fd655fc1f51f8d79a0be0c10158b7 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/awesome/PKGBUILD community-testing/open-vm-tools/PKGBUILD extra/kshutdown/PKGBUILD extra/lsof/PKGBUILD multilib-testing/lib32-glib2/PKGBUILD multilib/wine/PKGBUILD testing/racket/PKGBUILD
Diffstat (limited to 'community/pax-utils')
-rw-r--r--community/pax-utils/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/pax-utils/PKGBUILD b/community/pax-utils/PKGBUILD
index d3cb6e3af..a270f69c3 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' 'mips64el')
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'
}