summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 868b36cde951..f4caff259697 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 5.0.0
-# Sat Feb 27 11:50:39 UTC 2016
pkgbase = checkpolicy
pkgdesc = SELinux policy compiler
- pkgver = 2.5
+ pkgver = 2.6
pkgrel = 1
url = http://userspace.selinuxproject.org
arch = i686
@@ -11,11 +9,11 @@ pkgbase = checkpolicy
license = GPL
depends = libsepol>=2.5
depends = libselinux>=2.5
- provides = selinux-usr-checkpolicy=2.5-1
+ provides = selinux-usr-checkpolicy=2.6-1
conflicts = selinux-usr-checkpolicy
options = !emptydirs
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/checkpolicy-2.5.tar.gz
- sha256sums = 33af9f3eb19135a7e6536ecd3fbb9686323000016cd51eb88346346ed7546001
+ source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/checkpolicy-2.6.tar.gz
+ sha256sums = 0bebd18688ca8027b1b3b4ff1532c0626f1fe49883ae6cb74d9d385940e74157
pkgname = checkpolicy
diff --git a/PKGBUILD b/PKGBUILD
index b8474f57343b..02ae899c29a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Sergej Pupykin (pupykin <dot> s+arch <at> gmail <dot> com)
pkgname=checkpolicy
-pkgver=2.5
+pkgver=2.6
pkgrel=1
pkgdesc="SELinux policy compiler"
arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@ 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/20160223/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('33af9f3eb19135a7e6536ecd3fbb9686323000016cd51eb88346346ed7546001')
+source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('0bebd18688ca8027b1b3b4ff1532c0626f1fe49883ae6cb74d9d385940e74157')
build() {
cd "${pkgname}-${pkgver}"