diff options
author | Nicolas Iooss | 2013-12-20 22:34:30 +0100 |
---|---|---|
committer | Timothée Ravier | 2014-01-02 21:54:50 +0100 |
commit | 68d4761c03ebbe579b3f54d81300e280b26f6e16 (patch) | |
tree | 870d35bd80bd57656083092c99938e91cffc9ccd /PKGBUILD | |
parent | 80f8d26e9ffccd30b668214b09945a7177d6b0c0 (diff) | |
download | aur-68d4761c03ebbe579b3f54d81300e280b26f6e16.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-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ url="http://www.sudo.ws/sudo/" license=('custom') groups=('selinux') depends=('glibc' 'pam-selinux' 'libselinux') -conflicts=("${pkgname/-selinux}") -provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}") +conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}") +provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}" "selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}") backup=('etc/sudoers' 'etc/pam.d/sudo') source=(http://www.sudo.ws/sudo/dist/${pkgname/-selinux}-$_sudover.tar.gz{,.sig} sudo.pam) |