[arch-commits] Commit in patchelf/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Aug 24 21:36:54 UTC 2020
Date: Monday, August 24, 2020 @ 21:36:54
Author: anthraxx
Revision: 687837
upgpkg: patchelf 0.11-1
Modified:
patchelf/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-24 21:36:00 UTC (rev 687836)
+++ PKGBUILD 2020-08-24 21:36:54 UTC (rev 687837)
@@ -3,15 +3,16 @@
# Contributor: xduugu
pkgname=patchelf
-pkgver=0.9
-pkgrel=3
+pkgver=0.11
+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=(${pkgname}-${pkgver}.tar.gz::https://github.com/NixOS/patchelf/archive/${pkgver}.tar.gz)
-sha512sums=('70e615f2f705f413aab5e3eebe20ffe79743bb92381b10a8faa49f16ca24b0f9bd4095c5644f682ec94d75012ffb1b39837933faa9f3c1f1c41bdc5b9d010a30')
+source=(https://github.com/NixOS/patchelf/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('b156bad513d5bac33aaf61d5f04d5a78efc81abf8c0ccb851f605e1137c21e671b4933263a47543daf5064db5e83c9afa836b1aea143fca7d8e6a18ebf96beb8')
+b2sums=('f8b0fb897b0a7bf905a10c6559cc801291b0b15a26a2efe0789b2b2f26d6d827b6f633a2b35059345908afb6e8c8a3ff5b4667a9161355f9a14dee84b6400f28')
prepare() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list