summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2020-09-03 22:21:50 +0200
committerNicolas Iooss2020-09-03 22:21:50 +0200
commita4b2896119e3a519d3e380d13216b75f5542fe22 (patch)
tree51a0facd8c39f273df56d1ceac0d00b6d14d92bb
parent46a5f7065fd6a7640c0adc596b09ee3ad42ea889 (diff)
downloadaur-a4b2896119e3a519d3e380d13216b75f5542fe22.tar.gz
selinux-refpolicy-src 20200818-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5780dc64c64..cf445b9cca4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-refpolicy-src
pkgdesc = SELinux reference policy sources
- pkgver = 20200229
+ pkgver = 20200818
pkgrel = 1
url = https://github.com/SELinuxProject/refpolicy/wiki
arch = any
@@ -13,8 +13,8 @@ pkgbase = selinux-refpolicy-src
makedepends = libsepol>=2.8
makedepends = libsemanage>=2.8
optdepends = linux-hardened: Linux kernel with SELinux support
- source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20200229/refpolicy-2.20200229.tar.bz2
- sha256sums = dec854512ed00cd057408f330c2cea4de7a4405f7a147458f59c994bf578e4b0
+ source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20200818/refpolicy-2.20200818.tar.bz2
+ sha256sums = 1488f9b94060de28addbcb29fb8437ee0d75cba15e11280dd9dfa3e09986f57b
pkgname = selinux-refpolicy-src
diff --git a/PKGBUILD b/PKGBUILD
index 3b39c871bb2c..14fbc05403d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=selinux-refpolicy-src
_origname=refpolicy
-pkgver=20200229
+pkgver=20200818
pkgrel=1
pkgdesc="SELinux reference policy sources"
arch=('any')
@@ -18,7 +18,7 @@ optdepends=('linux-hardened: Linux kernel with SELinux support')
makedepends=('python' 'checkpolicy>=2.8' 'policycoreutils>=2.8'
'libsepol>=2.8' 'libsemanage>=2.8')
source=("https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_${pkgver}/${_origname}-2.${pkgver}.tar.bz2")
-sha256sums=('dec854512ed00cd057408f330c2cea4de7a4405f7a147458f59c994bf578e4b0')
+sha256sums=('1488f9b94060de28addbcb29fb8437ee0d75cba15e11280dd9dfa3e09986f57b')
package() {
cd "${srcdir}/${_origname}"