summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-10 02:22:07 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-10 02:22:07 -0200
commitcba3ad97a673ed1bbd5369ac859a59aff9a7b17b (patch)
treedb9ed538a0c26bb519309956cd746af8b1d8a86c
parent7c14052bd274474f84df7d0d9590eb4b5eec4766 (diff)
grub-legacy-0.97-23: adding more packages in the conflicts list
-rw-r--r--libre/grub-legacy/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/grub-legacy/PKGBUILD b/libre/grub-legacy/PKGBUILD
index ac446a458..20e9fdb43 100644
--- a/libre/grub-legacy/PKGBUILD
+++ b/libre/grub-legacy/PKGBUILD
@@ -13,7 +13,7 @@ arch=('i686' 'x86_64')
license=('GPL')
url="http://www.gnu.org/software/grub/"
depends=('ncurses' 'diffutils' 'sed')
-conflicts=('grub')
+conflicts=('grub' 'grub-common' 'grub-bios' 'grub-efi-i386' 'grub-efi-x86_64')
replaces=('grub')
provides=("grub=${pkgver}")
[ "$CARCH" = 'x86_64' ] && makedepends=('gcc-multilib')