summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-10-08 11:16:24 +0200
committerNicolas Iooss2023-10-08 11:16:24 +0200
commit48a0b0912073d21ba64fe8bb6164b7411eff91ee (patch)
tree8f8e601895dc497488e4213f2e65ebb3205ff7d1
parent88c256f48e0651750055615c71440ca02361c66f (diff)
downloadaur-48a0b0912073d21ba64fe8bb6164b7411eff91ee.tar.gz
coreutils-selinux 9.4-2 update
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3efa1e423a9..c05a211df49e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = coreutils-selinux
pkgdesc = The basic file, shell and text manipulation utilities of the GNU operating system with SELinux support
- pkgver = 9.3
- pkgrel = 1
+ pkgver = 9.4
+ pkgrel = 2
url = https://www.gnu.org/software/coreutils/
arch = x86_64
arch = aarch64
groups = selinux
- license = GPL3
+ license = GPL-3.0-or-later
+ license = GFDL-1.3-or-later
depends = glibc
depends = acl
depends = attr
@@ -14,14 +15,14 @@ pkgbase = coreutils-selinux
depends = libcap
depends = openssl
depends = libselinux
- provides = coreutils=9.3-1
- provides = selinux-coreutils=9.3-1
+ provides = coreutils=9.4-2
+ provides = selinux-coreutils=9.4-2
conflicts = coreutils
conflicts = selinux-coreutils
- source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.3.tar.xz
- source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.3.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.xz
+ source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.xz.sig
validpgpkeys = 6C37DC12121A5006BC1DB804DF6FD971306037D9
- sha256sums = adbcfcfe899235b71e8768dcf07cd532520b7f54f9a8064843f8d199a904bbaa
+ sha256sums = ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52
sha256sums = SKIP
pkgname = coreutils-selinux
diff --git a/PKGBUILD b/PKGBUILD
index df0767968fd2..919c46a941fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,11 +10,11 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=coreutils-selinux
-pkgver=9.3
-pkgrel=1
+pkgver=9.4
+pkgrel=2
pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system with SELinux support'
arch=('x86_64' 'aarch64')
-license=('GPL3')
+license=('GPL-3.0-or-later' 'GFDL-1.3-or-later')
url='https://www.gnu.org/software/coreutils/'
groups=('selinux')
depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl' 'libselinux')
@@ -23,7 +23,7 @@ provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
source=("https://ftp.gnu.org/gnu/${pkgname/-selinux}/${pkgname/-selinux}-$pkgver.tar.xz"{,.sig})
validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
-sha256sums=('adbcfcfe899235b71e8768dcf07cd532520b7f54f9a8064843f8d199a904bbaa'
+sha256sums=('ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52'
'SKIP')
prepare() {
@@ -40,8 +40,8 @@ prepare() {
# tail -F fails to find out that files are removed, in test VM
# so disable the tests which verify this
- sed '/^ tests\/tail-2\/assert\.sh\s/d' -i tests/local.mk
- sed '/^ tests\/tail-2\/inotify-dir-recreate\.sh\s/d' -i tests/local.mk
+ sed '/^ tests\/tail\/assert\.sh\s/d' -i tests/local.mk
+ sed '/^ tests\/tail\/inotify-dir-recreate\.sh\s/d' -i tests/local.mk
# some tests create directories with long name, which does not work on GitHub Actions
sed '/^ tests\/du\/long-from-unreadable\.sh\s/d' -i tests/local.mk