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
commit85960094fb2834312bfa2c30ce1803c9195d518a (patch)
tree3c507f9f3713bbda81e520a3400ff5d0e20c8a8c /PKGBUILD
parentedda895cf9089b67d470e09aa4787ff7c66f9eff (diff)
downloadaur-85960094fb2834312bfa2c30ce1803c9195d518a.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 9955c474b1a9..e87dcbc57bba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,8 @@ url='http://userspace.selinuxproject.org'
license=('GPL')
groups=('selinux')
depends=('libsepol>=2.2' 'python2' 'python' 'swig' 'ruby')
+conflicts=("selinux-usr-${pkgname}")
+provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
options=(!emptydirs)
source=("http://userspace.selinuxproject.org/releases/20131030/${pkgname}-${pkgver}.tar.gz")
sha256sums=('e9dc64216543a7283d786f623ac28e8867f8794138e7deba474a3aa8d02dce33')