CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils: updated to 5.40.7
authorVictor Martinez <pitillo@ono.com>
Wed, 10 Feb 2021 19:36:54 +0000 (20:36 +0100)
committerVictor Martinez <pitillo@ono.com>
Wed, 10 Feb 2021 19:36:54 +0000 (20:36 +0100)
pkgutils/.signature [new file with mode: 0644]
pkgutils/Pkgfile

diff --git a/pkgutils/.signature b/pkgutils/.signature
new file mode 100644 (file)
index 0000000..f7a554f
--- /dev/null
@@ -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
index e93f85b4bc4bc0150b3721be07379e5823e277e9..1e5f59c4df58947ff3fbac8026e70eaabf11af15 100644 (file)
@@ -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
 }