summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-03-24 21:14:08 +0100
committerNicolas Iooss2023-03-24 21:14:08 +0100
commitcab7bfddf62073cccc0553afff56b25c46dad3f2 (patch)
tree7f42388f84a6e23e1dfaf134f4e376aaeea18bc9
parent441ca1eabdeedce0ad17e5c8e8e6f50da055e6a5 (diff)
downloadaur-cab7bfddf62073cccc0553afff56b25c46dad3f2.tar.gz
coreutils-selinux 9.2-1 update
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e35b699b3ed5..40aa18d1cbcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = coreutils-selinux
pkgdesc = The basic file, shell and text manipulation utilities of the GNU operating system with SELinux support
- pkgver = 9.1
- pkgrel = 3
+ pkgver = 9.2
+ pkgrel = 1
url = https://www.gnu.org/software/coreutils/
arch = x86_64
arch = aarch64
@@ -14,14 +14,14 @@ pkgbase = coreutils-selinux
depends = libcap
depends = openssl
depends = libselinux
- provides = coreutils=9.1-3
- provides = selinux-coreutils=9.1-3
+ provides = coreutils=9.2-1
+ provides = selinux-coreutils=9.2-1
conflicts = coreutils
conflicts = selinux-coreutils
- source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.1.tar.xz
- source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.1.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.2.tar.xz
+ source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.2.tar.xz.sig
validpgpkeys = 6C37DC12121A5006BC1DB804DF6FD971306037D9
- sha256sums = 61a1f410d78ba7e7f37a5a4f50e6d1320aca33375484a3255eddf17a38580423
+ sha256sums = 6885ff47b9cdb211de47d368c17853f406daaf98b148aaecdf10de29cc04b0b3
sha256sums = SKIP
pkgname = coreutils-selinux
diff --git a/PKGBUILD b/PKGBUILD
index 2471c62d709c..907308cc7496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=coreutils-selinux
-pkgver=9.1
-pkgrel=3
+pkgver=9.2
+pkgrel=1
pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system with SELinux support'
arch=('x86_64' 'aarch64')
license=('GPL3')
@@ -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=('61a1f410d78ba7e7f37a5a4f50e6d1320aca33375484a3255eddf17a38580423'
+sha256sums=('6885ff47b9cdb211de47d368c17853f406daaf98b148aaecdf10de29cc04b0b3'
'SKIP')
prepare() {