CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
prt-get: updated to 5.19.5
authorVictor Martinez <pitillo@ono.com>
Fri, 25 Dec 2020 09:24:46 +0000 (10:24 +0100)
committerVictor Martinez <pitillo@ono.com>
Fri, 25 Dec 2020 09:24:46 +0000 (10:24 +0100)
prt-get/.footprint
prt-get/.signature
prt-get/Pkgfile

index 73041272da49ec221cfdbd65f07f822e01fc15d7..c82e761ae785de1e28718e6712e82fa1951ff93c 100644 (file)
@@ -1,4 +1,5 @@
 drwxr-xr-x     root/root       etc/
+-rw-r--r--     root/root       etc/prt-get.aliases
 -rw-r--r--     root/root       etc/prt-get.conf
 drwxr-xr-x     root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
@@ -11,7 +12,3 @@ drwxr-xr-x    root/root       usr/share/man/man5/
 drwxr-xr-x     root/root       usr/share/man/man8/
 -rw-r--r--     root/root       usr/share/man/man8/prt-cache.8.gz
 -rw-r--r--     root/root       usr/share/man/man8/prt-get.8.gz
-drwxr-xr-x     root/root       var/
-drwxr-xr-x     root/root       var/lib/
-drwxr-xr-x     root/root       var/lib/pkg/
--rw-r--r--     root/root       var/lib/pkg/prt-get.aliases
index ec3183e09e741aa0235d93b88d3eb6544530333a..46225cef7727bc5558951c95014d9be118e10469 100644 (file)
@@ -1,7 +1,7 @@
 untrusted comment: verify with /etc/ports/core-arm64.pub
-RWSKslkvIwb+2UuHtVmuYz4imZpvDyP1pEqDPOrNfaZYBg5q/FZicr0vZLNsVR8xOx+ir4H99tNRopKCquQhQOB0srarNbZ7vAM=
-SHA256 (Pkgfile) = 2db33c9b67da7e9a836e475b7c36407522652c805b18760c9acb979a957b6a60
-SHA256 (.footprint) = 9a36be18f29307db9bfad99ab7bd2fd07b8342b935406bc89b7bde8f804292b6
-SHA256 (prt-get-5.19.4.tar.xz) = e63b00b89d3e29b135f086a05b4f455c90b12440c18ea82d06d06dc0986a0129
+RWSKslkvIwb+2ZOfhHZqVCe9iuI04N/d1ey9UEcGK4hrfkBfTFwMZNaT2tdYzZXKZsAqdTXnmJDFbYxn41/hJ5cdm3VM2y4JNA8=
+SHA256 (Pkgfile) = f738356332a5c857a7ad9b8fa6ff80a7172c455aa5968505b26e943074ad05ca
+SHA256 (.footprint) = b65f00dc4c655c49808834f086edbe203139728a128cdadaef7b0112bb77c041
+SHA256 (prt-get-5.19.5.tar.xz) = 62ea02fd94eda36fbec45d5ff05fef0dabad159d9478bec1a7ab570f70d0fae3
 SHA256 (prt-get.conf) = 1942b51533cd342f17627df71d57076ab1c5716d14487abfc6db96fe50dbd61a
 SHA256 (prt-get.aliases) = df473d38e59d1d6cd859d986a5d6586fdc54bfd51663313c63a939e941984b7b
index 67a0c75d115ca24f7e74b77fc46579dc54a6fd05..b7886d47487d4eb316b1e7028db3cbb8acb82d91 100644 (file)
@@ -5,8 +5,8 @@
 # Depends on:
 
 name=prt-get
-version=5.19.4
-release=1
+version=5.19.5
+release=2
 source=(http://crux.nu/files/prt-get-$version.tar.xz
         prt-get.conf prt-get.aliases)
 
@@ -17,6 +17,5 @@ build() {
   make
   make DESTDIR=$PKG install
 
-  install -m 644 $SRC/prt-get.conf $PKG/etc/
-  install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases
+  install -m 644 $SRC/prt-get.{conf,aliases} $PKG/etc/
 }