From: Victor Martinez Date: Wed, 10 Feb 2021 19:36:54 +0000 (+0100) Subject: pkgutils: updated to 5.40.7 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=29a82321e18f1a359053f08f41d6c7eb63630f94;p=ports%2Fodroidxu4-arm.git pkgutils: updated to 5.40.7 --- diff --git a/pkgutils/.signature b/pkgutils/.signature new file mode 100644 index 0000000..f7a554f --- /dev/null +++ b/pkgutils/.signature @@ -0,0 +1,6 @@ +untrusted comment: verify with /etc/ports/odroidxu4-arm.pub +RWSPE63IR0DK9DfCmenF8GESpUl9EFSLtUTTq998JqHLxAanOcSvm+AxIdeqdFTArkYSVpq9F96VGLOe++3exP4ilqM17BEPMg0= +SHA256 (Pkgfile) = 584806ef17a01d25735029be7d615dbcde72f0ae7fd2e3dbe61f02ca403b6477 +SHA256 (.footprint) = e7d863393a07a29b512a2b627a65f731d8896bf0ee75cf430a9b1423716ae437 +SHA256 (pkgutils-5.40.7.tar.xz) = ee9e3e7258983ffabe5959736e8f029c02b0ea1037b2bb588a88daafcda0fafc +SHA256 (pkgmk.conf.patch) = 91a401d4200041ec4289bd14b32eb10d1779100c39c3ab27142af92100cbfe83 diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index e93f85b..1e5f59c 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40.3 +version=5.40.7 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 }