summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2024-04-01 19:35:20 +0200
committerNicolas Iooss2024-04-01 19:35:20 +0200
commit8b34c3fe6e50c8c5ea71941e401d0bcad7afb82d (patch)
tree7286ef52ef77924d6025c9561281338e4d6302e7 /PKGBUILD
parent84033159243fe33e2705b4eb9177c0d9c6dd539a (diff)
downloadaur-coreutils-selinux.tar.gz
coreutils-selinux 9.5-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07c28c62b261..ce1ac1860ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=coreutils-selinux
-pkgver=9.4
-pkgrel=3
+pkgver=9.5
+pkgrel=1
pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system with SELinux support'
arch=('x86_64' 'aarch64')
license=('GPL-3.0-or-later' 'GFDL-1.3-or-later')
@@ -22,12 +22,10 @@ depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl' 'libselinux')
conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
-source=("https://ftp.gnu.org/gnu/${pkgname/-selinux}/${pkgname/-selinux}-$pkgver.tar.xz"{,.sig}
- "https://github.com/coreutils/coreutils/commit/c4c5ed8f4e9cd55a12966d4f520e3a13101637d9.patch")
+source=("https://ftp.gnu.org/gnu/${pkgname/-selinux}/${pkgname/-selinux}-$pkgver.tar.xz"{,.sig})
validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
-sha256sums=('ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52'
- 'SKIP'
- '92098f2522d93d46a8ddb91f28ba414b2835d32ce87f60a23a7b852228ea89fe')
+sha256sums=('cd328edeac92f6a665de9f323c93b712af1858bc2e0d88f3f7100469470a1b8a'
+ 'SKIP')
prepare() {
cd ${pkgname/-selinux}-$pkgver