summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9750c3a2b61c..c967be20df9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = selinux-refpolicy-arch
pkgdesc = Modular SELinux reference policy including headers and docs with Arch Linux patches
- pkgver = 20190609
- pkgrel = 2
+ pkgver = 20200229
+ pkgrel = 1
url = https://github.com/SELinuxProject/refpolicy/wiki
install = selinux-refpolicy-arch.install
arch = any
@@ -9,12 +9,12 @@ pkgbase = selinux-refpolicy-arch
license = GPL2
makedepends = git
makedepends = python
- makedepends = checkpolicy>=2.7
+ makedepends = checkpolicy>=2.8
makedepends = semodule-utils
- depends = policycoreutils>=2.7
+ depends = policycoreutils>=2.8
optdepends = linux-hardened: Linux kernel with SELinux support
optdepends = linux-selinux: Linux kernel with SELinux support
- source = git+https://github.com/archlinuxhardened/selinux-policy-arch#commit=10dc44140b89630c5c0d3ecc5a40afe7b5e91eb7
+ source = git+https://github.com/archlinuxhardened/selinux-policy-arch#commit=5e065c84fdf33bdba83675058a74d7e4c00c543a
source = config
sha256sums = SKIP
sha256sums = c9f7cce9a06fd0595b3dd47d4fdde9d9c7457120c42c5f08bfdc5e89eb9a61df
diff --git a/PKGBUILD b/PKGBUILD
index b4efc6c84640..c3fd53c55342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,19 +8,19 @@
pkgname=selinux-refpolicy-arch
_reponame=selinux-policy-arch
_policyname=refpolicy-arch
-pkgver=20190609
-pkgrel=2
+pkgver=20200229
+pkgrel=1
pkgdesc="Modular SELinux reference policy including headers and docs with Arch Linux patches"
arch=('any')
url="https://github.com/SELinuxProject/refpolicy/wiki"
license=('GPL2')
groups=('selinux')
-makedepends=('git' 'python' 'checkpolicy>=2.7' 'semodule-utils')
-depends=('policycoreutils>=2.7')
+makedepends=('git' 'python' 'checkpolicy>=2.8' 'semodule-utils')
+depends=('policycoreutils>=2.8')
optdepends=('linux-hardened: Linux kernel with SELinux support'
'linux-selinux: Linux kernel with SELinux support')
install="${pkgname}.install"
-_commit=10dc44140b89630c5c0d3ecc5a40afe7b5e91eb7
+_commit=5e065c84fdf33bdba83675058a74d7e4c00c543a
source=("git+https://github.com/archlinuxhardened/${_reponame}#commit=${_commit}"
'config')
sha256sums=('SKIP'