summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-05-28 11:55:37 +0200
committerNicolas Iooss2022-05-28 11:58:30 +0200
commit830e573322760b59a4aab8250b696c1b8efaa24a (patch)
treeaa890e28d53827faad252eca977233e6b29075d5
parentcaa899b2947a4f1621ae9b1e407af383de7fd20c (diff)
downloadaur-830e573322760b59a4aab8250b696c1b8efaa24a.tar.gz
checkpolicy 3.4-1 update
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 568d41fffe89..5392b0f7cbcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = checkpolicy
pkgdesc = SELinux policy compiler
- pkgver = 3.3
+ pkgver = 3.4
pkgrel = 1
url = https://github.com/SELinuxProject/selinux
arch = i686
@@ -8,10 +8,13 @@ pkgbase = checkpolicy
arch = aarch64
groups = selinux
license = GPL2
- makedepends = libsepol>=3.3
- provides = selinux-usr-checkpolicy=3.3-1
+ makedepends = libsepol>=3.4
+ provides = selinux-usr-checkpolicy=3.4-1
conflicts = selinux-usr-checkpolicy
- source = https://github.com/SELinuxProject/selinux/releases/download/3.3/checkpolicy-3.3.tar.gz
- sha256sums = 25c84edfa3a10ab8cb073b97bc55cb66377532d54a2723da9accdabd05431485
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.4/checkpolicy-3.4.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.4/checkpolicy-3.4.tar.gz.asc
+ validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
+ sha256sums = 293851b97642cbdb1040b801a2ca6edd9f7e462031ceb472c97c2e095b9572d7
+ sha256sums = SKIP
pkgname = checkpolicy
diff --git a/PKGBUILD b/PKGBUILD
index 08de7745c334..7df74fad89aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,18 +7,20 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=checkpolicy
-pkgver=3.3
+pkgver=3.4
pkgrel=1
pkgdesc="SELinux policy compiler"
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux'
license=('GPL2')
groups=('selinux')
-makedepends=('libsepol>=3.3')
+makedepends=('libsepol>=3.4')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('25c84edfa3a10ab8cb073b97bc55cb66377532d54a2723da9accdabd05431485')
+validpgpkeys=('E853C1848B0185CF42864DF363A8AD4B982C4373') # Petr Lautrbach <plautrba@redhat.com>
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('293851b97642cbdb1040b801a2ca6edd9f7e462031ceb472c97c2e095b9572d7'
+ 'SKIP')
build() {
cd "${pkgname}-${pkgver}"