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
commit281f8a3fe7a22a8cd0475599a9be1c3ca5b34763 (patch)
treee0a9a198a3844103778cb23a809aedeb9bd716c0 /PKGBUILD
parentebf67fe87c9e996dac6039853545f8107153427d (diff)
downloadaur-281f8a3fe7a22a8cd0475599a9be1c3ca5b34763.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--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea4bd4cb2225..684d6b335dd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,8 +28,8 @@ backup=('etc/cron.deny'
'etc/cron.d/0hourly'
'etc/anacrontab')
-conflicts=('cron' "${pkgname/-selinux}")
-provides=('cron' "${pkgname/-selinux}=${pkgver}-${pkgrel}")
+conflicts=('cron' "${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
+provides=('cron' "${pkgname/-selinux}=${pkgver}-${pkgrel}" "selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
groups=('selinux')
build() {