summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-02-03 21:50:33 +0100
committerNicolas Iooss2019-02-03 21:50:33 +0100
commit0d87770d1be384971569c85a41d2a40dde44c843 (patch)
treeb502691bce4c4c3880e8853f76eb591e7e03d47b
parent198471109f052c94a8cf042b3f1ac2125486c7c1 (diff)
downloadaur-0d87770d1be384971569c85a41d2a40dde44c843.tar.gz
selinux-refpolicy-src 20190201-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7831c54e6c4..c17f31613aa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-refpolicy-src
pkgdesc = SELinux reference policy sources
- pkgver = 20180701
+ pkgver = 20190201
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_20180701/refpolicy-2.20180701.tar.bz2
- sha256sums = dca99ee829b41f216474170c0e38aae99b01a0406a841bdc7347b49aa24f6c7d
+ source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20190201/refpolicy-2.20190201.tar.bz2
+ sha256sums = ed620dc91c4e09eee6271b373f7c61a364a82ea57bd2dc86ca1f7075304e2843
pkgname = selinux-refpolicy-src
diff --git a/PKGBUILD b/PKGBUILD
index e5e7aad8e2b0..9dc19bfa80ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=selinux-refpolicy-src
_origname=refpolicy
-pkgver=20180701
+pkgver=20190201
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=('dca99ee829b41f216474170c0e38aae99b01a0406a841bdc7347b49aa24f6c7d')
+sha256sums=('ed620dc91c4e09eee6271b373f7c61a364a82ea57bd2dc86ca1f7075304e2843')
package() {
cd "${srcdir}/${_origname}"