summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2016-02-27 12:50:39 +0100
committerNicolas Iooss2016-02-27 12:50:39 +0100
commit3783d600587e4c0fc842ae3d9b5e8d65aa9efdcf (patch)
tree563ffff5014bfc4c7278350d3dba310638678e29
parent778afacf3a6e3a5bab058211556ddd243207a02d (diff)
downloadaur-3783d600587e4c0fc842ae3d9b5e8d65aa9efdcf.tar.gz
checkpolicy 2.5-1 update
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83429bd2a153..868b36cde951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
+# Generated by makepkg 5.0.0
+# Sat Feb 27 11:50:39 UTC 2016
pkgbase = checkpolicy
pkgdesc = SELinux policy compiler
- pkgver = 2.4
+ pkgver = 2.5
pkgrel = 1
url = http://userspace.selinuxproject.org
arch = i686
arch = x86_64
groups = selinux
license = GPL
- depends = libsepol
- depends = libselinux>=2.4
- provides = selinux-usr-checkpolicy=2.4-1
+ depends = libsepol>=2.5
+ depends = libselinux>=2.5
+ provides = selinux-usr-checkpolicy=2.5-1
conflicts = selinux-usr-checkpolicy
options = !emptydirs
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/checkpolicy-2.4.tar.gz
- sha256sums = 9bbdac28a88de4c405c769730863f3adcd266adbfa45881a5de67e3a4895bcd4
+ source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/checkpolicy-2.5.tar.gz
+ sha256sums = 33af9f3eb19135a7e6536ecd3fbb9686323000016cd51eb88346346ed7546001
pkgname = checkpolicy
diff --git a/PKGBUILD b/PKGBUILD
index c78744e742d8..b8474f57343b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,19 @@
# Contributor: Sergej Pupykin (pupykin <dot> s+arch <at> gmail <dot> com)
pkgname=checkpolicy
-pkgver=2.4
+pkgver=2.5
pkgrel=1
pkgdesc="SELinux policy compiler"
arch=('i686' 'x86_64')
url='http://userspace.selinuxproject.org'
license=('GPL')
groups=('selinux')
-depends=('libsepol' 'libselinux>=2.4')
+depends=('libsepol>=2.5' 'libselinux>=2.5')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
options=(!emptydirs)
-source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9bbdac28a88de4c405c769730863f3adcd266adbfa45881a5de67e3a4895bcd4')
+source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('33af9f3eb19135a7e6536ecd3fbb9686323000016cd51eb88346346ed7546001')
build() {
cd "${pkgname}-${pkgver}"