summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2013-12-20 22:34:30 +0100
committerTimothée Ravier2014-01-02 21:54:50 +0100
commit8dceab7c84c98b9fd80b0c9445b2f27fc4a6c40a (patch)
treef0e4e01de5e57f6b733cf2d7960508cb8979c061 /PKGBUILD
parent504cd9c297079ab4e4319d2204d736bf27f3abee (diff)
downloadaur-8dceab7c84c98b9fd80b0c9445b2f27fc4a6c40a.tar.gz
Add conflicts and provides declarations
This eases the upgrade from selinux- and selinux-usr- packages to new package names
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 877811d6168a..ef8bddc39fec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,8 @@ license=('GPL')
groups=('selinux')
depends=('libsepol>=2.2' 'libselinux>=2.2')
#makedepends=('selinux-flex')
+conflicts=("selinux-usr-${pkgname}")
+provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
options=(!emptydirs)
source=("http://userspace.selinuxproject.org/releases/20131030/${pkgname}-${pkgver}.tar.gz")
sha256sums=('9ff6698f4d4cb59c9c916e348187d533ada4107f90c253ef7304905934e9adf8')