summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Perez2020-10-23 01:25:15 -0400
committerAngel Perez2020-10-23 01:25:15 -0400
commit51b1946bfba1459baed18c001539508a6fcf09e6 (patch)
treea566c76a3345222f2cf84611dd691b2c115fd23f
parent2ab7afbcc887b29b0a6e70ea6d08a5ae7f9f90e1 (diff)
downloadaur-51b1946bfba1459baed18c001539508a6fcf09e6.tar.gz
Added fuse2 as a required dependency
-rwxr-xr-x.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 139830f6fd45..bab3919c05e4 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 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/
install = grub.install
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = grub-silent
depends = device-mapper
depends = gettext
depends = efibootmgr
+ depends = fuse2
optdepends = freetype2: For grub-mkfont usage
- optdepends = fuse2: For grub-mount usage
optdepends = dosfstools: For grub-mkrescue FAT FS and EFI support
optdepends = libisoburn: Provides xorriso for generating grub rescue iso using grub-mkrescue
optdepends = os-prober: To detect other OSes when generating grub.cfg in BIOS systems
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'