summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2020-08-20 20:52:45 +0200
committerNicolas Iooss2020-08-20 21:14:58 +0200
commit3e5f0bb59f840bcb2d6699ca4725c2c363268745 (patch)
tree539d5c001a688a698c43e0bbfac45bcac8d6c1ba /PKGBUILD
parentb3e2b77c32cc7d57822ad6e94dc79c2b1a96dd4f (diff)
downloadaur-3e5f0bb59f840bcb2d6699ca4725c2c363268745.tar.gz
pam-selinux: remove dependency on pambase-selinux
pambase-selinux adds rules that use pam_selinux.so, which is provided by package pam-selinux. So, to be able install pam-selinux before pambase-selinux, pambase-selinux should depend on pam-selinux and not the other way round.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f54fcd639b18..6eb03b098030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc="SELinux aware PAM (Pluggable Authentication Modules) library"
arch=('x86_64')
license=('GPL2')
url="http://linux-pam.org"
-depends=('glibc' 'libtirpc' 'pambase-selinux' 'audit' 'libselinux')
+depends=('glibc' 'libtirpc' 'audit' 'libselinux')
makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
optdepends=('pambase-selinux: SELinux aware base PAM configuration')
conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")