[arch-commits] Commit in pax-utils/trunk (PKGBUILD)

Timothy Redaelli tredaelli at archlinux.org
Fri Aug 19 08:43:54 UTC 2016


    Date: Friday, August 19, 2016 @ 08:43:54
  Author: tredaelli
Revision: 187014

upgpkg: pax-utils 1.1.6-2

Disable pyelftools support (FS#50321)

Modified:
  pax-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-19 08:32:58 UTC (rev 187013)
+++ PKGBUILD	2016-08-19 08:43:54 UTC (rev 187014)
@@ -5,26 +5,26 @@
 
 pkgname=pax-utils
 pkgver=1.1.6
-pkgrel=1
+pkgrel=2
 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' 'python-pyelftools')
+depends=('bash' 'libcap')
 source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
 sha256sums=('f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_CAP='yes'
+  make USE_CAP='yes' USE_PYTHON='no'
 }
 
 check() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  LD_LIBRARY_PATH="/usr/lib" make check
+  LD_LIBRARY_PATH="/usr/lib" make check USE_PYTHON='no'
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_PYTHON='yes' DESTDIR="${pkgdir}" install
+  make USE_PYTHON='no' DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list