summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2016-11-20 21:33:06 +0100
committerNicolas Iooss2016-11-20 21:33:06 +0100
commitf56c299d3ad91011013c475720f492132de8e48b (patch)
tree0a73fb8d43780477444016d966a4f1010a406ffa
parentc2dd96dccade0dc611cfe8c59824be7331bbc586 (diff)
downloadaur-f56c299d3ad91011013c475720f492132de8e48b.tar.gz
secilc 2.6-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 864db3770b11..6156a616b63b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 5.0.0
-# Sat Feb 27 11:50:48 UTC 2016
pkgbase = secilc
pkgdesc = SELinux Common Intermediate Language Compiler
- pkgver = 2.5
+ pkgver = 2.6
pkgrel = 1
url = https://github.com/SELinuxProject/cil/wiki
arch = i686
@@ -12,9 +10,9 @@ pkgbase = secilc
makedepends = xmlto
makedepends = docbook-xml
makedepends = docbook-xsl
- depends = libsepol>=2.5
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/secilc-2.5.tar.gz
- sha256sums = 4303d911c06ee5c207e00f778ca786c1a6efa2554a562f5d014dbc0d2f4cc4a4
+ depends = libsepol>=2.6
+ source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/secilc-2.6.tar.gz
+ sha256sums = a84838c15bb7b0141238b48294b15ff0e1618107f547541a0067d1ddabcc9502
pkgname = secilc
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}"