summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-03-26 20:27:06 +0100
committerNicolas Iooss2019-03-26 20:27:06 +0100
commitcd1e83f0037f8d8f93051af9f891649d4fe5f8f1 (patch)
treebe4bdc7dbc31f5e418ec6a0171a46ee6cdd346ff
parent007385ee514e5bd69f368ad2a0f379da45f14f0d (diff)
downloadaur-cd1e83f0037f8d8f93051af9f891649d4fe5f8f1.tar.gz
coreutils-selinux 8.31-1 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a693ea4e1bf..623e6b52fd64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreutils-selinux
pkgdesc = The basic file, shell and text manipulation utilities of the GNU operating system with SELinux support
- pkgver = 8.30
+ pkgver = 8.31
pkgrel = 1
url = https://www.gnu.org/software/coreutils/
arch = x86_64
@@ -13,14 +13,14 @@ pkgbase = coreutils-selinux
depends = libcap
depends = openssl
depends = libselinux
- provides = coreutils=8.30-1
- provides = selinux-coreutils=8.30-1
+ provides = coreutils=8.31-1
+ provides = selinux-coreutils=8.31-1
conflicts = coreutils
conflicts = selinux-coreutils
- source = https://ftp.gnu.org/gnu/coreutils/coreutils-8.30.tar.xz
- source = https://ftp.gnu.org/gnu/coreutils/coreutils-8.30.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/coreutils/coreutils-8.31.tar.xz
+ source = https://ftp.gnu.org/gnu/coreutils/coreutils-8.31.tar.xz.sig
validpgpkeys = 6C37DC12121A5006BC1DB804DF6FD971306037D9
- md5sums = ab06d68949758971fe744db66b572816
+ md5sums = 0009a224d8e288e8ec406ef0161f9293
md5sums = SKIP
pkgname = coreutils-selinux
diff --git a/PKGBUILD b/PKGBUILD
index 01ca769ea5fc..4ecc36b1af94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,3 @@
-# $Id$
# Maintainer: Sébastien "Seblu" Luttringer
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
@@ -11,7 +10,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=coreutils-selinux
-pkgver=8.30
+pkgver=8.31
pkgrel=1
pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system with SELinux support'
arch=('x86_64')
@@ -24,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
-md5sums=('ab06d68949758971fe744db66b572816'
+md5sums=('0009a224d8e288e8ec406ef0161f9293'
'SKIP')
prepare() {