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 7a01d44b06cc21f7bd1b800b1f2353dd73193ed7..1e5f59c4df58947ff3fbac8026e70eaabf11af15 100644 (file)
@@ -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
 }