diff options
| author | kj-sh604 | 2025-04-11 07:52:35 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-04-11 07:52:35 -0400 |
| commit | fc0f514a8f4d187100e032a4c5d2caea5d205864 (patch) | |
| tree | 97faf2a71cae3a7aa4a752dbc248a33c18a79ea7 /coreutils-uutils | |
| parent | 4f970708d2b96a2aec45dd65091e768ea72484f7 (diff) | |
refactor: update all aur-maintained packages
Diffstat (limited to 'coreutils-uutils')
| -rw-r--r-- | coreutils-uutils/.SRCINFO | 6 | ||||
| -rw-r--r-- | coreutils-uutils/PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/coreutils-uutils/.SRCINFO b/coreutils-uutils/.SRCINFO index 731f68d..fc152a0 100644 --- a/coreutils-uutils/.SRCINFO +++ b/coreutils-uutils/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = coreutils-uutils pkgdesc = (warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils being used as actual system coreutils pkgver = 0.0.30 - pkgrel = 2 + pkgrel = 3 url = https://github.com/uutils/coreutils arch = x86_64 license = GPL3 @@ -24,9 +24,9 @@ pkgbase = coreutils-uutils conflicts = coreutils conflicts = b3sum conflicts = sha3sum - source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.6.tar.xz + source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.7.tar.xz source = uutils-coreutils-0.0.30.tar.gz::https://github.com/uutils/coreutils/archive/0.0.30.tar.gz - sha256sums = 7a0124327b398fd9eb1a6abde583389821422c744ffa10734b24f557610d3283 + sha256sums = e8bb26ad0293f9b5a1fc43fb42ba970e312c66ce92c1b0b16713d7500db251bf sha256sums = 732c0ac646be7cc59a51cdfdb2d0ff1a4d2501c28f900a2d447c77729fdfca22 pkgname = coreutils-uutils diff --git a/coreutils-uutils/PKGBUILD b/coreutils-uutils/PKGBUILD index 6f66b95..b9d93c4 100644 --- a/coreutils-uutils/PKGBUILD +++ b/coreutils-uutils/PKGBUILD @@ -2,10 +2,10 @@ pkgname=coreutils-uutils pkgver=0.0.30 -pkgrel=2 +pkgrel=3 gnu_coreutils=coreutils rust_uutils=uutils-coreutils -gnu_coreutils_version=9.6 +gnu_coreutils_version=9.7 rust_uutils_version=0.0.30 pkgdesc='(warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils being used as actual system coreutils' arch=('x86_64') @@ -18,7 +18,7 @@ provides=('coreutils' 'b3sum' 'sha3sum') makedepends=('rust' 'cargo' 'python-sphinx') source=("https://ftp.gnu.org/gnu/$gnu_coreutils/$gnu_coreutils-$gnu_coreutils_version.tar.xz" "$rust_uutils-$rust_uutils_version.tar.gz::$url/archive/$rust_uutils_version.tar.gz") -sha256sums=('7a0124327b398fd9eb1a6abde583389821422c744ffa10734b24f557610d3283' +sha256sums=('e8bb26ad0293f9b5a1fc43fb42ba970e312c66ce92c1b0b16713d7500db251bf' '732c0ac646be7cc59a51cdfdb2d0ff1a4d2501c28f900a2d447c77729fdfca22') prepare() { |
