summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2020-07-19 11:32:39 +0200
committerNicolas Iooss2020-07-19 11:32:39 +0200
commitd4713c4812be8df438eb92355e09fce06658d675 (patch)
treed3055f82dd7197c49216c04d0d77de167d30820f
parent3232270a38d1ef9ac8d82d08201fbb9c13670e00 (diff)
downloadaur-d4713c4812be8df438eb92355e09fce06658d675.tar.gz
secilc 3.1-1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95013d993099..6f9ef47745f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = secilc
pkgdesc = SELinux Common Intermediate Language Compiler
- pkgver = 3.0
+ pkgver = 3.1
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>=3.0
- source = https://github.com/SELinuxProject/selinux/releases/download/20191204/secilc-3.0.tar.gz
- sha256sums = 78fafc4a8a8a212663d3d1e181047f5605430f0a0577ff772a4bb7fecd2b42b0
+ depends = libsepol>=3.1
+ source = https://github.com/SELinuxProject/selinux/releases/download/20200710/secilc-3.1.tar.gz
+ sha256sums = 86117246fec3017af710a9ff7c1dae3ed1cd571e232a86cff3e2a3de2d6aa65c
pkgname = secilc
diff --git a/PKGBUILD b/PKGBUILD
index 62faa4c1cf47..4c8435c09ae1 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=3.0
+pkgver=3.1
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>=3.0')
-source=("https://github.com/SELinuxProject/selinux/releases/download/20191204/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('78fafc4a8a8a212663d3d1e181047f5605430f0a0577ff772a4bb7fecd2b42b0')
+depends=('libsepol>=3.1')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20200710/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('86117246fec3017af710a9ff7c1dae3ed1cd571e232a86cff3e2a3de2d6aa65c')
build() {
cd "${pkgname}-${pkgver}"