summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-05-29 11:24:49 +0200
committerNicolas Iooss2022-05-29 11:24:49 +0200
commit67934d086970e6987be3688462822adbaf62bae5 (patch)
treee41a4bd8b94ed8f2be70ab94f0dad3c6265a1977
parent7dacaeb22853d7b89048d33a3557cc9d8cfe9f73 (diff)
downloadaur-67934d086970e6987be3688462822adbaf62bae5.tar.gz
selinux-refpolicy-src 20220520-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adc15a5b21a5..2a2294020704 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-refpolicy-src
pkgdesc = SELinux reference policy sources
- pkgver = 20210908
+ pkgver = 20220520
pkgrel = 1
url = https://github.com/SELinuxProject/refpolicy/wiki
arch = any
@@ -13,7 +13,7 @@ pkgbase = selinux-refpolicy-src
makedepends = libsepol>=3.0
makedepends = libsemanage>=3.0
optdepends = linux-hardened: Linux kernel with SELinux support
- source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20210908/refpolicy-2.20210908.tar.bz2
- sha256sums = 4d3140d9fbb91322f5de36d73959464ce1d8946dcd149e36fcaf60e92444e902
+ source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20220520/refpolicy-2.20220520.tar.bz2
+ sha256sums = 0ce9771eab8771180c249baaf6e8c55dda383a2ddf94460588f9f16e5d32f1f7
pkgname = selinux-refpolicy-src
diff --git a/PKGBUILD b/PKGBUILD
index aa33e7c241ef..9a5fdb7a9c73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=selinux-refpolicy-src
_origname=refpolicy
-pkgver=20210908
+pkgver=20220520
pkgrel=1
pkgdesc="SELinux reference policy sources"
arch=('any')
@@ -18,7 +18,7 @@ optdepends=('linux-hardened: Linux kernel with SELinux support')
makedepends=('python' 'checkpolicy>=3.0' 'policycoreutils>=3.0'
'libsepol>=3.0' 'libsemanage>=3.0')
source=("https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_${pkgver}/${_origname}-2.${pkgver}.tar.bz2")
-sha256sums=('4d3140d9fbb91322f5de36d73959464ce1d8946dcd149e36fcaf60e92444e902')
+sha256sums=('0ce9771eab8771180c249baaf6e8c55dda383a2ddf94460588f9f16e5d32f1f7')
package() {
cd "${srcdir}/${_origname}"