CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python3: updated to 3.9.10
[ports/core-arm64.git] / pkgutils / Pkgfile
index d07d660e920039f41681d99f177c11f9fe31f1a1..1e5f59c4df58947ff3fbac8026e70eaabf11af15 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: libarchive
 
 name=pkgutils
-version=5.40.4
+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
 }