summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-09-25 19:14:10 +0200
committerNicolas Iooss2021-09-25 21:00:13 +0200
commit7dacaeb22853d7b89048d33a3557cc9d8cfe9f73 (patch)
tree3c16f77e4471dda36267e4a5f08b7d9b8e88c57a
parentfa2f574af4e2c2fe4fc6625adc37a110056dc549 (diff)
downloadaur-7dacaeb22853d7b89048d33a3557cc9d8cfe9f73.tar.gz
selinux-refpolicy-src 20210908-1 update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a00d9446bd2a..adc15a5b21a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-refpolicy-src
pkgdesc = SELinux reference policy sources
- pkgver = 20210203
+ pkgver = 20210908
pkgrel = 1
url = https://github.com/SELinuxProject/refpolicy/wiki
arch = any
@@ -13,8 +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_20210203/refpolicy-2.20210203.tar.bz2
- sha256sums = 48cbf2c63ff9003bef05e03c8d3cdddb4e8f63fef2a072ae51c987301f0b874d
+ source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20210908/refpolicy-2.20210908.tar.bz2
+ sha256sums = 4d3140d9fbb91322f5de36d73959464ce1d8946dcd149e36fcaf60e92444e902
pkgname = selinux-refpolicy-src
-
diff --git a/PKGBUILD b/PKGBUILD
index 35c08387fff9..aa33e7c241ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=selinux-refpolicy-src
_origname=refpolicy
-pkgver=20210203
+pkgver=20210908
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=('48cbf2c63ff9003bef05e03c8d3cdddb4e8f63fef2a072ae51c987301f0b874d')
+sha256sums=('4d3140d9fbb91322f5de36d73959464ce1d8946dcd149e36fcaf60e92444e902')
package() {
cd "${srcdir}/${_origname}"