X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgutils%2FPkgfile;h=1e5f59c4df58947ff3fbac8026e70eaabf11af15;hb=a1c08238dd32a77f5f5d6f7e455ea570f79ab0cb;hp=7a01d44b06cc21f7bd1b800b1f2353dd73193ed7;hpb=c9f3107410796b3ad495ba5c76a2968de3bcfbb7;p=ports%2Fcore-arm64.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 7a01d44..1e5f59c 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,14 +5,13 @@ # Depends on: libarchive name=pkgutils -version=5.35.6 +version=5.40.7 release=1 -source=(http://crux.nu/files/$name-$version.tar.gz \ +source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) 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 }