prt-utils: updated URL

added missing dependency: dialog
This commit is contained in:
John McQuah 2024-03-29 13:17:39 +00:00
parent c31d1eb0aa
commit 2f1e5163b9
2 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ZRJfm7qKr1uKus5BQsJQBYQAtYdiXvaK/Sy0KwmraioHJFENMsiphr7PRfEzbVs84E75y8lYOjKId5HJXIjBQc=
SHA256 (Pkgfile) = d8467fad62e8d0e46f21a06360f35ffe338aa87b5f2b4716b4e611cb727bf747
RWSE3ohX2g5d/ft7UQIJE7oawLPDHXEs1vLgSy/sCOpBIHCs9PfxY3iEn5Fw4SvZGiLRjirRi1F8FyIPqEhBmxWasTSe3cefLQE=
SHA256 (Pkgfile) = 2a1869eea3092859fba2c1628abf63ee93c8194e3bd4224dbd395a882b8214d9
SHA256 (.footprint) = dedce0df9ec313acbb38f626433654a57c4e04fb8c624f95c3536f504b6ad446
SHA256 (prt-utils-1.3.2.tar.gz) = d229120a93459c495113923c98c254c0f387243b9d5883140e8d0602aadd4135
SHA256 (prt-utils-1.3.2-1.tar.gz) = 24d9102fe995052f7d488cb915a6cf4923f1c7c6cbc5be21913fe3bdf05aaad8

View File

@ -1,13 +1,14 @@
# Description: Collection of scripts for CRUX, mainly oriented towards package and port management
# URL: https://crux.nu/Wiki/PrtUtils
# URL: https://git.crux.nu/tools/prt-utils
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: elfutils
# Depends on: elfutils dialog
name=prt-utils
version=1.3.2
release=1
source=(https://git.crux.nu/tools/$name/archive/release-$version.tar.gz)
renames=($name-$version.tar.gz)
_commit=937c5e3a001069c7eb28724f118957eb049a76ca
source=(https://git.crux.nu/tools/$name/archive/$_commit.tar.gz)
renames=($name-$version-$release.tar.gz)
build() {
cd $name