summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-05-28 11:55:59 +0200
committerNicolas Iooss2022-05-28 11:58:39 +0200
commitd31b486450bdc6a0bfa8519756d631172ed9a6bb (patch)
treef3a4dfa977f2701f8994a131126203f563f1b2b2
parent8fb7958cbd839252022442eed3f46d04bdf852aa (diff)
downloadaur-d31b486450bdc6a0bfa8519756d631172ed9a6bb.tar.gz
secilc 3.4-1 update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c02abcf3b58..44fa41d90caa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = secilc
pkgdesc = SELinux Common Intermediate Language Compiler
- pkgver = 3.3
+ pkgver = 3.4
pkgrel = 1
url = https://github.com/SELinuxProject/cil/wiki
arch = i686
@@ -12,8 +12,11 @@ pkgbase = secilc
makedepends = xmlto
makedepends = docbook-xml
makedepends = docbook-xsl
- depends = libsepol>=3.1
- source = https://github.com/SELinuxProject/selinux/releases/download/3.3/secilc-3.3.tar.gz
- sha256sums = 2c5e1a5d417baf1d2aa3eac294e12c3aac7184a5ef6a779dcbe469ed756e8651
+ depends = libsepol>=3.4
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.4/secilc-3.4.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.4/secilc-3.4.tar.gz.asc
+ validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
+ sha256sums = 4e3e17bb54d5dd2fcd3bb2e528ad6571c5ad159f0c119172dd70c9514e962d33
+ sha256sums = SKIP
pkgname = secilc
diff --git a/PKGBUILD b/PKGBUILD
index 667f3d7fb446..6177f405bd79 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.3
+pkgver=3.4
pkgrel=1
pkgdesc="SELinux Common Intermediate Language Compiler"
groups=('selinux')
@@ -13,9 +13,11 @@ url='https://github.com/SELinuxProject/cil/wiki'
license=('custom')
makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
checkdepends=('checkpolicy')
-depends=('libsepol>=3.1')
-source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('2c5e1a5d417baf1d2aa3eac294e12c3aac7184a5ef6a779dcbe469ed756e8651')
+depends=('libsepol>=3.4')
+validpgpkeys=('E853C1848B0185CF42864DF363A8AD4B982C4373') # Petr Lautrbach <plautrba@redhat.com>
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('4e3e17bb54d5dd2fcd3bb2e528ad6571c5ad159f0c119172dd70c9514e962d33'
+ 'SKIP')
build() {
cd "${pkgname}-${pkgver}"