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

Timothy Redaelli tredaelli at archlinux.org
Wed Jun 22 23:06:17 UTC 2016


    Date: Wednesday, June 22, 2016 @ 23:06:16
  Author: tredaelli
Revision: 180790

upgpkg: pax-utils 1.1.6-1

Modified:
  pax-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-22 23:03:55 UTC (rev 180789)
+++ PKGBUILD	2016-06-22 23:06:16 UTC (rev 180790)
@@ -4,7 +4,7 @@
 # Contributor: Maxwel <msg.maxwel at gmail.com>
 
 pkgname=pax-utils
-pkgver=1.1.4
+pkgver=1.1.6
 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'
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('bash' 'libcap' 'python-pyelftools')
 source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('796860fbd48c5f811e699e8492dc1110459bad0a62efa8d346b74a4f6f556414')
+sha256sums=('f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,10 +20,7 @@
 }
 
 check() {
-  # FIXME
-  return
   cd "${srcdir}/${pkgname}-${pkgver}"
-  # FIXME lddpath.py uses /lib64 before /usr/lib
   LD_LIBRARY_PATH="/usr/lib" make check
 }
 



More information about the arch-commits mailing list