From: Victor Martinez Date: Wed, 20 Dec 2017 04:42:00 +0000 (+0100) Subject: pkgutils: updated to 5.40.6 X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=inline;h=57df4783946872c37107e88f860203b7ff6006e1;p=ports%2Fpine64-arm.git pkgutils: updated to 5.40.6 --- diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum index a9f52a1..0b4dedb 100644 --- a/pkgutils/.md5sum +++ b/pkgutils/.md5sum @@ -1,2 +1,2 @@ 9754da84a3ec3616f0bdabb7dfcee59e pkgmk.conf.patch -140b41e4356e7ada18fed331f3b801b9 pkgutils-5.40.5.tar.xz +451af98d3c02add9e4ae2a5362cc2e5d pkgutils-5.40.6.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 9e54fc8..13e6ee8 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40.5 +version=5.40.6 release=1 source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) @@ -13,6 +13,5 @@ source=(http://crux.nu/files/$name-$version.tar.xz \ build () { cd $name-$version patch -p0 -i $SRC/pkgmk.conf.patch - sed -i -e "s|\--static||g" -e "s|\-static||g" Makefile make DESTDIR=$PKG install MANDIR=/usr/share/man }