summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2017-05-08 10:25:00 +0200
committerNicolas Iooss2017-05-08 10:25:00 +0200
commitdf8545af00fe5b0ed99c5a5099f3e98d55bdb7cd (patch)
treee55bfec741848de855c41117755f98fde766bd88 /PKGBUILD
parent1044e7e9b79c27805885f040d2a5adb4b3b4d601 (diff)
downloadaur-df8545af00fe5b0ed99c5a5099f3e98d55bdb7cd.tar.gz
coreutils-selinux 8.27-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb07794b336b..d8a5ea61cca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# SELinux Contributor: Nicky726 (Nicky726 <at> gmail <dot> com)
pkgname=coreutils-selinux
-pkgver=8.26
+pkgver=8.27
pkgrel=1
pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system with SELinux support'
arch=('i686' 'x86_64')
@@ -19,12 +19,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}
- '0001-tests-support-non-MLS-enabled-SELinux-systems.patch')
+source=("https://ftp.gnu.org/gnu/${pkgname/-selinux}/${pkgname/-selinux}-$pkgver.tar.xz"{,.sig})
validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
-md5sums=('d5aa2072f662d4118b9f4c63b94601a6'
- 'SKIP'
- '9c1011aaf8c9109d5e7de1cea087befa')
+md5sums=('502795792c212932365e077946d353ae'
+ 'SKIP')
prepare() {
cd ${pkgname/-selinux}-$pkgver