summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 699e9256c2c6..93bb272ac771 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreutils-arch
pkgdesc = GNU arch command (from coreutils)
- pkgver = 9.3
+ pkgver = 9.4
pkgrel = 1
url = https://www.gnu.org/software/coreutils/coreutils.html
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = coreutils-arch
makedepends = tar
makedepends = texinfo
depends = coreutils
- source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.3.tar.xz
- sha256sums = adbcfcfe899235b71e8768dcf07cd532520b7f54f9a8064843f8d199a904bbaa
+ source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.xz
+ sha256sums = ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52
pkgname = coreutils-arch
diff --git a/PKGBUILD b/PKGBUILD
index 91254886d468..1f4d1f0d28d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
pkgname=coreutils-arch
-pkgver=9.3
+pkgver=9.4
pkgrel=1
pkgdesc="GNU arch command (from coreutils)"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('coreutils')
makedepends=('gettext' 'gperf' 'gzip' 'perl' 'rsync' 'tar' 'texinfo')
source=("https://ftp.gnu.org/gnu/coreutils/coreutils-$pkgver.tar.xz")
-sha256sums=('adbcfcfe899235b71e8768dcf07cd532520b7f54f9a8064843f8d199a904bbaa')
+sha256sums=('ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52')
build() {
cd "coreutils-$pkgver"