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:39:45 +0000 (05:39 +0100)
committerVictor Martinez <pitillo@ono.com>
Wed, 20 Dec 2017 04:39:45 +0000 (05:39 +0100)
pkgutils/.md5sum
pkgutils/Pkgfile

index 4c41300c27ae929e141af5a3d3b14bac1debf687..7ad4ee9adacb2712de3c797113d8e4b8a56f07a8 100644 (file)
@@ -1,2 +1,2 @@
 87178832f82ac953b6c125cd71204c8c  pkgmk.conf.patch
-140b41e4356e7ada18fed331f3b801b9  pkgutils-5.40.5.tar.xz
+451af98d3c02add9e4ae2a5362cc2e5d  pkgutils-5.40.6.tar.xz
index 5114ef42404b6081d86c1751d9084ae1429141f0..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
 }