summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2018-05-26 18:41:57 +0200
committerNicolas Iooss2018-05-26 18:41:57 +0200
commit0dbd6d9b9545189bf66dd6cf328c70277b27cc40 (patch)
tree424e9feb0c24ba5af88819c6035a0359f7a13565
parent63ad6f9e89de4851f6a000c25cf28bb82b8c31e9 (diff)
downloadaur-0dbd6d9b9545189bf66dd6cf328c70277b27cc40.tar.gz
secilc 2.8-1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ed87d459a01..e4caa789e950 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = secilc
pkgdesc = SELinux Common Intermediate Language Compiler
- pkgver = 2.7
+ pkgver = 2.8
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.7
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/secilc-2.7.tar.gz
- sha256sums = 9ec63dd64645c718f66d33c96299adfe0445b0aa62d7ac8c642f873c570609c5
+ depends = libsepol>=2.8
+ source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/secilc-2.8.tar.gz
+ sha256sums = cfe15f2e06b3013c9dfc46cf42234ff07fb61866c4c29d739eb8858f83b214d4
pkgname = secilc
diff --git a/PKGBUILD b/PKGBUILD
index 739f4148f42a..850e5a519ec5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,10 @@
# Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
+#
+# This PKGBUILD is maintained on https://github.com/archlinuxhardened/selinux.
+# If you want to help keep it up to date, please open a Pull Request there.
pkgname=secilc
-pkgver=2.7
+pkgver=2.8
pkgrel=1
pkgdesc="SELinux Common Intermediate Language Compiler"
groups=('selinux')
@@ -9,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.7')
-source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9ec63dd64645c718f66d33c96299adfe0445b0aa62d7ac8c642f873c570609c5')
+depends=('libsepol>=2.8')
+source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('cfe15f2e06b3013c9dfc46cf42234ff07fb61866c4c29d739eb8858f83b214d4')
build() {
cd "${pkgname}-${pkgver}"