Date: Sunday, April 23, 2023 @ 17:56:48
Author: blakkheim
Revision: 1448418
archrelease: copy trunk to community-x86_64
Added:
patchelf/repos/community-x86_64/PKGBUILD
(from rev 1448417, patchelf/trunk/PKGBUILD)
Deleted:
patchelf/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 77 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-23 17:56:22 UTC (rev 1448417)
+++ PKGBUILD 2023-04-23 17:56:48 UTC (rev 1448418)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: xduugu
-
-pkgname=patchelf
-pkgver=0.17.2
-pkgrel=1
-pkgdesc='Small utility to modify the dynamic linker and RPATH of ELF
executables'
-url='https://nixos.org/patchelf.html'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-source=(https://github.com/NixOS/patchelf/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('e5545416d32248d023759457d0a5cd4841d69f39366eb0aa9cfd8a43d2ce372c6e05995bf60ba62bd85c6d98fdece2dbd1e20872e338ef5ac75f11b82ae091b3')
-b2sums=('7ed684c63955a0b9cfe293fb966f7f08a90c76e8efb2b493eaf3705c57767b31b31e48ab59f39ff1d91b7a4501e6d203e32a40040625a44a7d44113b1320530c')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- autoreconf -fiv
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make -C tests -j1 check
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: patchelf/repos/community-x86_64/PKGBUILD (from rev 1448417,
patchelf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-23 17:56:48 UTC (rev 1448418)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: xduugu
+
+pkgname=patchelf
+pkgver=0.18.0
+pkgrel=1
+pkgdesc='Small utility to modify the dynamic linker and RPATH of ELF
executables'
+url='https://nixos.org/patchelf.html'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+source=(https://github.com/NixOS/patchelf/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('6a917d7336b1e8c59f42d4cd1dc725df1378d77657fce13cb31547da1d4805b9df8a834a7b8408fda8aa1dbeb37d0cdca74d8698844ea2f44149f800b802dea6')
+b2sums=('e6ce4ec3bd89c280bb37230dbeb566b803f09900006e79f7dba74f138f66e17746d331baea4def6a43163024b3d86aa8dbac9b2c6545ac146298a8b84373d03b')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ autoreconf -fiv
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make -C tests -j1 check
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et: