Date: Friday, January 6, 2023 @ 15:45:59
  Author: blakkheim
Revision: 1378634

archrelease: copy trunk to community-x86_64

Added:
  pax-utils/repos/community-x86_64/PKGBUILD
    (from rev 1378633, pax-utils/trunk/PKGBUILD)
  pax-utils/repos/community-x86_64/keys/
Deleted:
  pax-utils/repos/community-x86_64/PKGBUILD
  pax-utils/repos/community-x86_64/keys/

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-06 15:44:57 UTC (rev 1378633)
+++ PKGBUILD    2023-01-06 15:45:59 UTC (rev 1378634)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Timothy Redaelli <[email protected]>
-# Contributor: sh0 <[email protected]>
-# Contributor: Maxwel <[email protected]>
-
-pkgname=pax-utils
-pkgver=1.3.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' 'libcap.so' 'libseccomp' 'python' 'python-pyelftools')
-makedepends=('docbook-xml' 'docbook-xsl' 'git' 'linux-headers' 'meson' 'xmlto')
-source=(git+https://anongit.gentoo.org/git/proj/pax-utils.git?signed#tag=v$pkgver)
-sha512sums=('SKIP')
-validpgpkeys=('5EF3A41171BB77E6110ED2D01F3D03348DB1A3E2')
-
-prepare() {
-  cd $pkgname
-  sed -E 's|(  paths =) \[\]|\1 ["/usr/lib"]|g' -i lddtree.py
-}
-
-build() {
-  arch-meson $pkgname build \
-    -Duse_seccomp=true
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 1378633, 
pax-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-06 15:45:59 UTC (rev 1378634)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Timothy Redaelli <[email protected]>
+# Contributor: sh0 <[email protected]>
+# Contributor: Maxwel <[email protected]>
+
+pkgname=pax-utils
+pkgver=1.3.6
+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' 'libcap.so' 'libseccomp' 'python' 'python-pyelftools')
+makedepends=('docbook-xml' 'docbook-xsl' 'git' 'linux-headers' 'meson' 'xmlto')
+source=(git+https://anongit.gentoo.org/git/proj/pax-utils.git?signed#tag=v$pkgver)
+sha512sums=('SKIP')
+validpgpkeys=('5EF3A41171BB77E6110ED2D01F3D03348DB1A3E2')
+
+prepare() {
+  cd $pkgname
+  sed -E 's|(  paths =) \[\]|\1 ["/usr/lib"]|g' -i lddtree.py
+}
+
+build() {
+  arch-meson $pkgname build \
+    -Duse_seccomp=true
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to