we don't have grub2-efi86, but efi32

This commit is contained in:
Weng Xuetian 2014-11-09 14:13:50 +00:00
parent 35b12cc4a1
commit 7571abe3eb

View File

@ -16,7 +16,7 @@ _EFI_ARCH="x86_64"
pkgname="grub"
pkgdesc="GNU GRand Unified Bootloader (2)"
pkgver=2.02.beta2
pkgrel=1
pkgrel=2
url="https://www.gnu.org/software/grub/"
arch=('x86_64')
license=('GPL3')
@ -24,9 +24,9 @@ backup=('boot/grub/grub.cfg' 'etc/default/grub' 'etc/grub.d/40_custom')
install="${pkgname}.install"
options=('!makeflags')
conflicts=('grub2-common' 'grub2-bios' 'grub2-efi64' 'grub2-efi86' "grub2-efi-${_EFI_ARCH}")
replaces=('grub2-common' 'grub2-bios' 'grub2-efi64' 'grub2-efi86' "grub2-efi-${_EFI_ARCH}")
provides=('grub2-common' 'grub2-bios' 'grub2-efi64' 'grub2-efi86' "grub2-efi-${_EFI_ARCH}")
conflicts=('grub2-common' 'grub2-bios' 'grub2-efi64' 'grub2-efi32' "grub2-efi-${_EFI_ARCH}")
replaces=('grub2-common' 'grub2-bios' 'grub2-efi64' 'grub2-efi32' "grub2-efi-${_EFI_ARCH}")
provides=('grub2-common' 'grub2-bios' 'grub2-efi64' 'grub2-efi32' "grub2-efi-${_EFI_ARCH}")
makedepends=('git' 'rsync' 'xz' 'freetype2' 'ttf-dejavu' 'python3' 'autogen'
'texinfo' 'help2man' 'gettext' 'device-mapper' 'fuse')