summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2014-12-26 11:52:42 +0100
committerNicolas Iooss2015-06-27 11:44:58 +0800
commit8cf000369cacac564910dc3a18a33a55b77efc66 (patch)
tree0abf2d4b14c0b80b1dc47243ec940cadc6a4b848
parent4a7772e9adf43fbe8d36319e7d5ae58cc79cefe8 (diff)
downloadaur-8cf000369cacac564910dc3a18a33a55b77efc66.tar.gz
psmisc-selinux: add libselinux dependency
Fix namcap error: psmisc-selinux E: Dependency libselinux detected and not included (libraries ['usr/lib/libselinux.so.1'] needed in files ['usr/bin/killall', 'usr/bin/pstree'])
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88f64f035e3d..a0ff8a3a47d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = psmisc-selinux
pkgdesc = Miscellaneous procfs tools with SELinux support
pkgver = 22.21
- pkgrel = 2
+ pkgrel = 3
url = http://psmisc.sourceforge.net/index.html
arch = i686
arch = x86_64
groups = selinux
license = GPL
depends = ncurses
- provides = psmisc=22.21-2
- provides = selinux-psmisc=22.21-2
+ depends = libselinux
+ provides = psmisc=22.21-3
+ provides = selinux-psmisc=22.21-3
conflicts = psmisc
conflicts = selinux-psmisc
source = http://downloads.sourceforge.net/psmisc/psmisc-22.21.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6625ca04780c..918c4028e503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=psmisc-selinux
pkgver=22.21
-pkgrel=2
+pkgrel=3
pkgdesc="Miscellaneous procfs tools with SELinux support"
arch=('i686' 'x86_64')
url="http://psmisc.sourceforge.net/index.html"
license=('GPL')
groups=('selinux')
-depends=('ncurses')
+depends=('ncurses' 'libselinux')
conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")