mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/grub to 2.06-4
This commit is contained in:
parent
8b7cb08896
commit
974c9be1b9
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ _gnulib_commit='be584c56eb1311606e5ea1a36363b97bddb6eed3'
|
||||||
_unifont_ver='14.0.01'
|
_unifont_ver='14.0.01'
|
||||||
_pkgver=2.06
|
_pkgver=2.06
|
||||||
pkgver=${_pkgver/-/}
|
pkgver=${_pkgver/-/}
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
url='https://www.gnu.org/software/grub/'
|
url='https://www.gnu.org/software/grub/'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
|
@ -52,6 +52,7 @@ depends=('sh' 'xz' 'gettext' 'device-mapper')
|
||||||
optdepends=('freetype2: For grub-mkfont usage'
|
optdepends=('freetype2: For grub-mkfont usage'
|
||||||
'fuse2: For grub-mount usage'
|
'fuse2: For grub-mount usage'
|
||||||
'dosfstools: For grub-mkrescue FAT FS and EFI support'
|
'dosfstools: For grub-mkrescue FAT FS and EFI support'
|
||||||
|
'lzop: For grub-mkrescue LZO support'
|
||||||
'efibootmgr: For grub-install EFI support'
|
'efibootmgr: For grub-install EFI support'
|
||||||
'libisoburn: Provides xorriso for generating grub rescue iso using grub-mkrescue'
|
'libisoburn: Provides xorriso for generating grub rescue iso using grub-mkrescue'
|
||||||
'os-prober: To detect other OSes when generating grub.cfg in BIOS systems'
|
'os-prober: To detect other OSes when generating grub.cfg in BIOS systems'
|
||||||
|
|
Loading…
Reference in a new issue