summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2022-06-19 22:22:51 +0200
committerNicolas Iooss2022-06-19 22:22:51 +0200
commit4163d5df5929abd136da797806a5e2554e9b7291 (patch)
tree1906dd01169a4c0da67a7bb381c284594ce28e38 /PKGBUILD
parent1427658177e989137cc89720b30618dd5efcc7d4 (diff)
downloadaur-selinux-alpm-hook.tar.gz
selinux-alpm-hook 0.1-4 update: add -T0 option
Since SELinux userspace 3.4 release, restorecon supports a -T option to run multi-threaded. Use it to speed the ALPM hook up. Closes: https://github.com/archlinuxhardened/selinux/issues/101
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9ca3fcf0ae4..20ce74b5f620 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=selinux-alpm-hook
pkgver=0.1
-pkgrel=3
+pkgrel=4
pkgdesc="SELinux ALPM hook"
arch=('any')
url="https://github.com/archlinuxhardened/selinux"
license=('GPL')
groups=('selinux')
-depends=('policycoreutils')
+depends=('policycoreutils>=3.4')
source=('relabel-selinux.hook'
'selinux-alpm-hook')
sha256sums=('4df844a89a50fe1caebe0cb92fc925b3dedf7a1a8258eef53f0dd328c1cc089e'
- 'c85dbba69b776fbbc5f6886eb3e89406de9237f935a295f7c49d6696ea275187')
+ '6786b7ba2dd6887daef304dbbab425b425ddec611d6df943fce27f13ef95def1')
package() {
cd "${srcdir}"