summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-06-10 16:51:58 +0200
committerNicolas Iooss2019-06-10 16:51:58 +0200
commit708d58cb72acc2838d92073f97e464b35d1be800 (patch)
tree6fc6f1635387523ade04c77ae659c35c9cc8535f
parent0d87770d1be384971569c85a41d2a40dde44c843 (diff)
downloadaur-708d58cb72acc2838d92073f97e464b35d1be800.tar.gz
selinux-refpolicy-src 20190609-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c17f31613aa5..08ee623eb2c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-refpolicy-src
pkgdesc = SELinux reference policy sources
- pkgver = 20190201
+ pkgver = 20190609
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_20190201/refpolicy-2.20190201.tar.bz2
- sha256sums = ed620dc91c4e09eee6271b373f7c61a364a82ea57bd2dc86ca1f7075304e2843
+ source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20190609/refpolicy-2.20190609.tar.bz2
+ sha256sums = 67bd1213e9d014ada15512028bb7f35ef6610c2d209cc5117b8577474aa6147f
pkgname = selinux-refpolicy-src
diff --git a/PKGBUILD b/PKGBUILD
index 9dc19bfa80ff..2e9851626089 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=selinux-refpolicy-src
_origname=refpolicy
-pkgver=20190201
+pkgver=20190609
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=('ed620dc91c4e09eee6271b373f7c61a364a82ea57bd2dc86ca1f7075304e2843')
+sha256sums=('67bd1213e9d014ada15512028bb7f35ef6610c2d209cc5117b8577474aa6147f')
package() {
cd "${srcdir}/${_origname}"