From 2dc11c8399ee24639d2b4e139be9d20a16485359 Mon Sep 17 00:00:00 2001 From: wbp Date: Fri, 28 Aug 2026 20:42:22 -0700 Subject: [PATCH] chrpath: update to 0.18 --- srcpkgs/chrpath/template | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/srcpkgs/chrpath/template b/srcpkgs/chrpath/template index a31c2176598b77..d6fc244935e14b 100644 --- a/srcpkgs/chrpath/template +++ b/srcpkgs/chrpath/template @@ -1,14 +1,20 @@ # Template file for 'chrpath' pkgname=chrpath -version=0.16 -revision=3 +version=0.18 +revision=1 build_style="gnu-configure" +hostmakedepends="automake" short_desc="Change or delete the rpath or runpath in ELF files" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://directory.fsf.org/project/chrpath/" -distfiles="${DEBIAN_SITE}/main/c/chrpath/chrpath_${version}.orig.tar.gz" -checksum=bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b +changelog="https://codeberg.org/pere/chrpath/src/tag/release-0.18/NEWS" +distfiles="https://codeberg.org/pere/chrpath/archive/release-${version}.tar.gz" +checksum=83441d1347a09a249c9f7efeac319454e17334d72e2983f18c812c7032cfef54 + +pre_configure() { + autoreconf -vi +} post_install() { rm -r ${DESTDIR}/usr/doc