CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils: updated to 5.40.6
authorVictor Martinez <pitillo@ono.com>
Wed, 20 Dec 2017 04:42:00 +0000 (05:42 +0100)
committerVictor Martinez <pitillo@ono.com>
Wed, 20 Dec 2017 04:42:00 +0000 (05:42 +0100)
pkgutils/.md5sum
pkgutils/Pkgfile

index a9f52a16185dd0c2920cca2ba7a8df2f66b24886..0b4dedb4b554960178e14c2387fa14ea0d7a4a6c 100644 (file)
@@ -1,2 +1,2 @@
 9754da84a3ec3616f0bdabb7dfcee59e  pkgmk.conf.patch
-140b41e4356e7ada18fed331f3b801b9  pkgutils-5.40.5.tar.xz
+451af98d3c02add9e4ae2a5362cc2e5d  pkgutils-5.40.6.tar.xz
index 9e54fc842528f11f199a328446087e1dc20b8faf..13e6ee85541df21684aeae74f9ae7bac85f16a50 100644 (file)
@@ -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
 }