summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fccc45e0f6d..30a156b56b9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,15 @@
pkgname=shadow-selinux
pkgver=4.8.1
-pkgrel=3
+pkgrel=4
pkgdesc="Password and account management tool suite with support for shadow files and PAM - SELinux support"
arch=('x86_64')
url='https://github.com/shadow-maint/shadow'
license=('BSD')
groups=('selinux')
# libcap-ng needed by install scriptlet for 'filecap'
-depends=('bash' 'pam-selinux' 'acl' 'audit' 'libaudit.so' 'libsemanage')
+depends=('bash' 'pam-selinux' 'acl' 'audit' 'libaudit.so' 'libcap-ng' 'libcap-ng.so'
+ 'libxcrypt' 'libcrypt.so' 'libsemanage')
conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")