summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-12-08 21:11:55 +0100
committerNicolas Iooss2019-12-08 21:11:55 +0100
commit3232270a38d1ef9ac8d82d08201fbb9c13670e00 (patch)
tree26b7d2babe47dda75511f73eb97b7b1cb7a15dad
parentcd2f548d327c9e63dd15d1ec86baea13c799efa9 (diff)
downloadaur-3232270a38d1ef9ac8d82d08201fbb9c13670e00.tar.gz
secilc 3.0-1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb4dd633b4e2..95013d993099 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = secilc
pkgdesc = SELinux Common Intermediate Language Compiler
- pkgver = 2.9
+ pkgver = 3.0
pkgrel = 1
url = https://github.com/SELinuxProject/cil/wiki
arch = i686
@@ -10,9 +10,9 @@ pkgbase = secilc
makedepends = xmlto
makedepends = docbook-xml
makedepends = docbook-xsl
- depends = libsepol>=2.9
- source = https://github.com/SELinuxProject/selinux/releases/download/20190315/secilc-2.9.tar.gz
- sha256sums = 73a1806e33a669e23545da2d35d0e5038714721f6bf71974eaa533b3ebde61b2
+ depends = libsepol>=3.0
+ source = https://github.com/SELinuxProject/selinux/releases/download/20191204/secilc-3.0.tar.gz
+ sha256sums = 78fafc4a8a8a212663d3d1e181047f5605430f0a0577ff772a4bb7fecd2b42b0
pkgname = secilc
diff --git a/PKGBUILD b/PKGBUILD
index e27c4bf60474..62faa4c1cf47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=secilc
-pkgver=2.9
+pkgver=3.0
pkgrel=1
pkgdesc="SELinux Common Intermediate Language Compiler"
groups=('selinux')
@@ -12,9 +12,9 @@ arch=('i686' 'x86_64')
url='https://github.com/SELinuxProject/cil/wiki'
license=('custom')
makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
-depends=('libsepol>=2.9')
-source=("https://github.com/SELinuxProject/selinux/releases/download/20190315/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('73a1806e33a669e23545da2d35d0e5038714721f6bf71974eaa533b3ebde61b2')
+depends=('libsepol>=3.0')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20191204/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('78fafc4a8a8a212663d3d1e181047f5605430f0a0577ff772a4bb7fecd2b42b0')
build() {
cd "${pkgname}-${pkgver}"