summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-03-16 20:21:35 +0100
committerNicolas Iooss2019-03-16 20:21:35 +0100
commitcd2f548d327c9e63dd15d1ec86baea13c799efa9 (patch)
tree08ec33dcd49d4813260878b2d695167afe3487ed
parent0dbd6d9b9545189bf66dd6cf328c70277b27cc40 (diff)
downloadaur-cd2f548d327c9e63dd15d1ec86baea13c799efa9.tar.gz
secilc 2.9-1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4caa789e950..cb4dd633b4e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = secilc
pkgdesc = SELinux Common Intermediate Language Compiler
- pkgver = 2.8
+ pkgver = 2.9
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.8
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/secilc-2.8.tar.gz
- sha256sums = cfe15f2e06b3013c9dfc46cf42234ff07fb61866c4c29d739eb8858f83b214d4
+ depends = libsepol>=2.9
+ source = https://github.com/SELinuxProject/selinux/releases/download/20190315/secilc-2.9.tar.gz
+ sha256sums = 73a1806e33a669e23545da2d35d0e5038714721f6bf71974eaa533b3ebde61b2
pkgname = secilc
diff --git a/PKGBUILD b/PKGBUILD
index 850e5a519ec5..e27c4bf60474 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.8
+pkgver=2.9
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.8')
-source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('cfe15f2e06b3013c9dfc46cf42234ff07fb61866c4c29d739eb8858f83b214d4')
+depends=('libsepol>=2.9')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20190315/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('73a1806e33a669e23545da2d35d0e5038714721f6bf71974eaa533b3ebde61b2')
build() {
cd "${pkgname}-${pkgver}"