summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72fd1a7c2252..bb5247a6d9e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = checkpolicy
pkgdesc = SELinux policy compiler
- pkgver = 2.3
- pkgrel = 2
+ pkgver = 2.4
+ pkgrel = 1
url = http://userspace.selinuxproject.org
arch = i686
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = checkpolicy
license = GPL
depends = libsepol
depends = libselinux
- provides = selinux-usr-checkpolicy=2.3-2
+ provides = selinux-usr-checkpolicy=2.4-1
conflicts = selinux-usr-checkpolicy
options = !emptydirs
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20140506/checkpolicy-2.3.tar.gz
- sha256sums = 90632d11afecb66997971d4c5c5d70dfb02d3969ec610ee2918ba6df99c8207b
+ source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/checkpolicy-2.4.tar.gz
+ sha256sums = 9bbdac28a88de4c405c769730863f3adcd266adbfa45881a5de67e3a4895bcd4
pkgname = checkpolicy
diff --git a/PKGBUILD b/PKGBUILD
index fce3e3a2a00e..ad89f19f21f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,19 @@
# Contributor: Sergej Pupykin (pupykin <dot> s+arch <at> gmail <dot> com)
pkgname=checkpolicy
-pkgver=2.3
-pkgrel=2
+pkgver=2.4
+pkgrel=1
pkgdesc="SELinux policy compiler"
arch=('i686' 'x86_64')
url='http://userspace.selinuxproject.org'
license=('GPL')
groups=('selinux')
depends=('libsepol' 'libselinux')
-#makedepends=('selinux-flex')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
options=(!emptydirs)
-source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20140506/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('90632d11afecb66997971d4c5c5d70dfb02d3969ec610ee2918ba6df99c8207b')
+source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('9bbdac28a88de4c405c769730863f3adcd266adbfa45881a5de67e3a4895bcd4')
build() {
cd "${pkgname}-${pkgver}"