summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}")