diff options
author | Nicolas Iooss | 2013-12-20 22:34:30 +0100 |
---|---|---|
committer | Timothée Ravier | 2014-01-02 21:54:50 +0100 |
commit | 3f84e3a806b2062dbdcdbf0755c84bd30ca6cf61 (patch) | |
tree | 6c302a1a1ab200628c9fc67bff860d93651cb3d6 /PKGBUILD | |
parent | c4e7c2f6821baf2da0408ce048515cbf17cd094f (diff) | |
download | aur-3f84e3a806b2062dbdcdbf0755c84bd30ca6cf61.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
@@ -10,8 +10,8 @@ arch=('i686' 'x86_64') license=('GPL3') groups=('selinux') depends=('glibc' 'sh' '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}") url="http://www.gnu.org/software/findutils" source=("ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname/-selinux}-${pkgver}.tar.gz"{,.sig} "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/${pkgname/-selinux}/files/${pkgname/-selinux}-${pkgver}-selinux.diff") |