mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:57:14 +08:00
we don't have grub2-efi86, but efi32
This commit is contained in:
parent
35b12cc4a1
commit
7571abe3eb
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user