summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2016-09-25 11:31:08 +0200
committerNicolas Iooss2016-09-25 11:31:08 +0200
commitea59efe2d55b06ac21266c0b66ef1eba990d59e4 (patch)
tree8171ee631834ec9ae63dac0874b4755058dacec8 /PKGBUILD
parent403592558d209dfe2679f9f1aef8826f1259a243 (diff)
downloadaur-ea59efe2d55b06ac21266c0b66ef1eba990d59e4.tar.gz
setools: mark that the package provides setools3-libs
This makes it easier to upgrade to SETools 4, as policycoreutils still needs SETools 3 libraries.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c78368559c0..308af29c1211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=setools
pkgver=3.3.8
-pkgrel=5
+pkgrel=6
pkgdesc="Policy analysis tools for SELinux"
groups=('selinux')
arch=('i686' 'x86_64')
@@ -19,8 +19,10 @@ optdepends=('glib2: needed for graphical tools'
'tk>=8.4.9: needed for graphical tools')
makedepends=('java-environment' 'bwidget>=1.8' 'gtk2>=2.8' 'glib2'
'libglade>=2.6.4' 'swig' 'tk>=8.4.9')
-conflicts=("selinux-${pkgname}")
-provides=("selinux-${pkgname}=${pkgver}-${pkgrel}")
+conflicts=("selinux-${pkgname}"
+ "setools3-libs")
+provides=("selinux-${pkgname}=${pkgver}-${pkgrel}"
+ "setools3-libs=${pkgver}-${pkgrel}")
# Use patchs from git tree to be able to grab 0012-Make-the-SWIG-files-compatible-with-SWIG-3.patch
# and 0013-Update-for-2015-02-02-Userspace-release-2.4.patch without conflicts,
# which are needed to make setools build successfully.