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

Levente Polyak anthraxx at archlinux.org
Tue Mar 10 21:04:39 UTC 2020


    Date: Tuesday, March 10, 2020 @ 21:04:38
  Author: anthraxx
Revision: 593939

upgpkg: pax-utils 1.2.5-1

Modified:
  pax-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-10 21:00:14 UTC (rev 593938)
+++ PKGBUILD	2020-03-10 21:04:38 UTC (rev 593939)
@@ -4,16 +4,17 @@
 # Contributor: Maxwel <msg.maxwel at gmail.com>
 
 pkgname=pax-utils
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc='ELF utils that can check files for security relevant properties'
 url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
 arch=('x86_64')
 license=('GPL2')
-depends=('bash' 'libcap' 'libseccomp' 'python-pyelftools')
+depends=('bash' 'libcap.so' 'libseccomp.so' 'python' 'python-pyelftools')
+makedepends=('libcap' 'libseccomp')
 source=(https://dev.gentoo.org/~slyfox/distfiles/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('52858b8cf32b027b59a2ffe79ee21d7c4a09a634f03f5e737b0baec104357906')
-sha512sums=('03b84054c59e8ce64d2c07276c61245c8e9b3eca2fc430269531e2dafe120009b541ebb6adc4ff54c13a1da63caf0755fb026ba272cf17d04f75e06b893a3e95')
+sha512sums=('bf2f47393a66b4218eba7981100fc6936c7c9d6d98970f5337e7b3097ce6f7b2ca13de486ff7450e4395b74ba2308d37105508234f323230376ec5814cfe54f9')
+b2sums=('348c6ab52a5e950f346115802d596fd33142fe2d93a83d686fbec917d3f74c53c332f2fcbd197c5bdd38b545f48568c7b461143fa328433ce3ee931901012601')
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list