summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f79e5702dd72..6dffcb7a5abf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
pkgname=secilc
-pkgver=2.5
+pkgver=2.6
pkgrel=1
pkgdesc="SELinux Common Intermediate Language Compiler"
groups=('selinux')
@@ -9,9 +9,9 @@ arch=('i686' 'x86_64')
url='https://github.com/SELinuxProject/cil/wiki'
license=('GPL')
makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
-depends=('libsepol>=2.5')
-source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('4303d911c06ee5c207e00f778ca786c1a6efa2554a562f5d014dbc0d2f4cc4a4')
+depends=('libsepol>=2.6')
+source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('a84838c15bb7b0141238b48294b15ff0e1618107f547541a0067d1ddabcc9502')
build() {
cd "${pkgname}-${pkgver}"