summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2020-03-01 11:11:04 +0100
committerNicolas Iooss2020-03-01 11:11:04 +0100
commit8c1c98526a73a014c32852cacb9e344ebcc07749 (patch)
tree19acdc1559fd6f0bad69776076bfd8a0015408bc
parent708d58cb72acc2838d92073f97e464b35d1be800 (diff)
downloadaur-8c1c98526a73a014c32852cacb9e344ebcc07749.tar.gz
selinux-refpolicy-src 20200229-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08ee623eb2c0..8cf2b7c18116 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-refpolicy-src
pkgdesc = SELinux reference policy sources
- pkgver = 20190609
+ pkgver = 20200229
pkgrel = 1
url = https://github.com/SELinuxProject/refpolicy/wiki
arch = any
@@ -14,8 +14,8 @@ pkgbase = selinux-refpolicy-src
makedepends = libsemanage>=2.8
optdepends = linux-hardened: Linux kernel with SELinux support
optdepends = linux-selinux: Linux kernel with SELinux support
- source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20190609/refpolicy-2.20190609.tar.bz2
- sha256sums = 67bd1213e9d014ada15512028bb7f35ef6610c2d209cc5117b8577474aa6147f
+ source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20200229/refpolicy-2.20200229.tar.bz2
+ sha256sums = dec854512ed00cd057408f330c2cea4de7a4405f7a147458f59c994bf578e4b0
pkgname = selinux-refpolicy-src
diff --git a/PKGBUILD b/PKGBUILD
index 2e9851626089..d2c9d3394b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=selinux-refpolicy-src
_origname=refpolicy
-pkgver=20190609
+pkgver=20200229
pkgrel=1
pkgdesc="SELinux reference policy sources"
arch=('any')
@@ -19,7 +19,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=('67bd1213e9d014ada15512028bb7f35ef6610c2d209cc5117b8577474aa6147f')
+sha256sums=('dec854512ed00cd057408f330c2cea4de7a4405f7a147458f59c994bf578e4b0')
package() {
cd "${srcdir}/${_origname}"