summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aee791fc2a23..26f6b4e5dc64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _GRUB_EXTRAS_COMMIT="8a245d5c1800627af4cefa99162a89c7a46d8842"
pkgname="grub-silent"
pkgdesc="GNU GRand Unified Bootloader (2) [without welcome and kernel messages]"
pkgver=2.04
-pkgrel=3
+pkgrel=4
url="https://www.gnu.org/software/grub/"
arch=('x86_64' 'i686')
license=('GPL3')
@@ -39,9 +39,8 @@ provides=('grub' 'grub-common' 'grub-bios' 'grub-emu' "grub-efi-${_EFI_ARCH}")
makedepends=('autogen' 'bdf-unifont' 'git' 'help2man'
'python' 'rsync' 'texinfo' 'ttf-dejavu')
-depends=('device-mapper' 'gettext' 'efibootmgr')
+depends=('device-mapper' 'gettext' 'efibootmgr' 'fuse2')
optdepends=('freetype2: For grub-mkfont usage'
- 'fuse2: For grub-mount usage'
'dosfstools: For grub-mkrescue FAT FS and EFI support'
'libisoburn: Provides xorriso for generating grub rescue iso using grub-mkrescue'
'os-prober: To detect other OSes when generating grub.cfg in BIOS systems'