summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2015-01-09 09:49:00 +0100
committerNicolas Iooss2015-06-27 12:01:10 +0800
commit2873fda6abe22fef37916ffe22b6b4beb551616c (patch)
tree78cbed3495bf0104efc816061cbc946932b70ad3
parent153fcb7c63c056d19e0b955fc1270f1a12781fca (diff)
downloadaur-2873fda6abe22fef37916ffe22b6b4beb551616c.tar.gz
coreutils-selinux 8.23-2 update
Add validpgpkeys
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6293157924ab..6849107784ae 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 = 8.23
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/coreutils
install = coreutils.install
arch = i686
@@ -15,8 +15,8 @@ pkgbase = coreutils-selinux
depends = libcap
depends = openssl
depends = libselinux
- provides = coreutils=8.23-1
- provides = selinux-coreutils=8.23-1
+ provides = coreutils=8.23-2
+ provides = selinux-coreutils=8.23-2
conflicts = coreutils
conflicts = selinux-coreutils
source = ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.23.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 71b0b754976e..98dc6125d9ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=coreutils-selinux
pkgver=8.23
-pkgrel=1
+pkgrel=2
pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system with SELinux support"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -20,6 +20,7 @@ install=${pkgname/-selinux}.install
conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9')
source=("ftp://ftp.gnu.org/gnu/${pkgname/-selinux}/${pkgname/-selinux}-$pkgver.tar.xz"{,.sig})
md5sums=('abed135279f87ad6762ce57ff6d89c41'
'SKIP')