summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c967be20df9c..60393079efee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = selinux-refpolicy-arch
makedepends = semodule-utils
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=5e065c84fdf33bdba83675058a74d7e4c00c543a
source = config
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c3fd53c55342..b5bf827ff764 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,7 @@ license=('GPL2')
groups=('selinux')
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')
+optdepends=('linux-hardened: Linux kernel with SELinux support')
install="${pkgname}.install"
_commit=5e065c84fdf33bdba83675058a74d7e4c00c543a
source=("git+https://github.com/archlinuxhardened/${_reponame}#commit=${_commit}"