diff --git a/main/chrpath/.checksums b/main/chrpath/.checksums index a146de33e..fc8b68597 100644 --- a/main/chrpath/.checksums +++ b/main/chrpath/.checksums @@ -1 +1 @@ -2bf8d1d1ee345fc8a7915576f5649982 chrpath-0.16.tar.gz +a76a47c9c82016821808f5726a66e600 chrpath-0.17.tar.gz diff --git a/main/chrpath/.pkgfiles b/main/chrpath/.pkgfiles index 925586e22..dc7e23f2b 100644 --- a/main/chrpath/.pkgfiles +++ b/main/chrpath/.pkgfiles @@ -1,4 +1,4 @@ -chrpath-0.16-2 +chrpath-0.17-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/chrpath diff --git a/main/chrpath/spkgbuild b/main/chrpath/spkgbuild index 80689efca..f0ba0b77c 100755 --- a/main/chrpath/spkgbuild +++ b/main/chrpath/spkgbuild @@ -1,12 +1,14 @@ # description : Chrpath modify the dynamic library load path (rpath and runpath) of compiled programs and libraries +# homepage : https://codeberg.org/pere/chrpath name=chrpath -version=0.16 -release=2 -source="$name-$version.tar.gz::http://http.debian.net/debian/pool/main/c/chrpath/chrpath_$version.orig.tar.gz" +version=0.17 +release=1 +source="$name-$version.tar.gz::https://codeberg.org/pere/chrpath/archive/release-$version.tar.gz" build() { - cd $name-$version + cd $name + sh bootstrap ./configure --prefix=/usr make make DESTDIR=$PKG install