summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2409faa57418..6d3a3e00533c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-refpolicy-arch
pkgdesc = Modular SELinux reference policy including headers and docs with Arch Linux patches
- pkgver = 20200818
+ pkgver = 20210203
pkgrel = 1
url = https://github.com/SELinuxProject/refpolicy/wiki
install = selinux-refpolicy-arch.install
@@ -9,11 +9,10 @@ pkgbase = selinux-refpolicy-arch
license = GPL2
makedepends = git
makedepends = python
- makedepends = checkpolicy>=2.8
+ makedepends = checkpolicy>=3.0
makedepends = semodule-utils
- depends = policycoreutils>=2.8
- optdepends = linux-hardened: Linux kernel with SELinux support
- source = git+https://github.com/archlinuxhardened/selinux-policy-arch#commit=173930378f486242319a0e7a23cb37f31d64900d
+ depends = policycoreutils>=3.0
+ source = git+https://github.com/archlinuxhardened/selinux-policy-arch#commit=4c3cfb0ae808d5c3ce3c27cca57fc8b33b423bc0
source = config
sha256sums = SKIP
sha256sums = c9f7cce9a06fd0595b3dd47d4fdde9d9c7457120c42c5f08bfdc5e89eb9a61df
diff --git a/PKGBUILD b/PKGBUILD
index ac339f085d1f..0e3ec13d7779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,18 +8,17 @@
pkgname=selinux-refpolicy-arch
_reponame=selinux-policy-arch
_policyname=refpolicy-arch
-pkgver=20200818
+pkgver=20210203
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.8' 'semodule-utils')
-depends=('policycoreutils>=2.8')
-optdepends=('linux-hardened: Linux kernel with SELinux support')
+makedepends=('git' 'python' 'checkpolicy>=3.0' 'semodule-utils')
+depends=('policycoreutils>=3.0')
install="${pkgname}.install"
-_commit=173930378f486242319a0e7a23cb37f31d64900d
+_commit=4c3cfb0ae808d5c3ce3c27cca57fc8b33b423bc0
source=("git+https://github.com/archlinuxhardened/${_reponame}#commit=${_commit}"
'config')
sha256sums=('SKIP'