summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2023-12-15 20:53:01 +0100
committerNicolas Iooss2023-12-15 20:53:01 +0100
commitc38bc36cf4e49cde1be763f04106b155747f6de3 (patch)
tree0ee2d27e055c81ba52e5aad4f0cc1a6eecb915b8 /PKGBUILD
parent491689db647a49e812e99456c90267ac60e4fcef (diff)
downloadaur-secilc.tar.gz
secilc 3.6-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f707e84b559..fa9e223390d9 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.5
+pkgver=3.6
pkgrel=1
pkgdesc="SELinux Common Intermediate Language Compiler"
groups=('selinux')
@@ -13,13 +13,13 @@ url='https://github.com/SELinuxProject/cil/wiki'
license=('custom')
makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
checkdepends=('checkpolicy')
-depends=('libsepol>=3.5')
+depends=('libsepol>=3.6')
validpgpkeys=(
'63191CE94183098689CAB8DB7EF137EC935B0EAF' # Jason Zaman <perfinion@gentoo.org>
- 'E853C1848B0185CF42864DF363A8AD4B982C4373' # Petr Lautrbach <plautrba@redhat.com>
+ 'B8682847764DF60DF52D992CBC3905F235179CF1' # Petr Lautrbach <plautrba@redhat.com>
)
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('3eebc5a1f97847fa530cf90654b9f3b8f21a13c9ea3d07495325651580cd3373'
+sha256sums=('462b94179d5c586a30b16c6108d4108e304f3873580041fbfaf35c85bfe7d17e'
'SKIP')
build() {