summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrlorente972023-10-18 15:33:27 -0400
committerdrlorente972023-10-18 15:33:27 -0400
commite24d4da0f1e5a20d8ecf1ba603606e8a889da9f7 (patch)
tree14cfc5a437ed38a2767ba954ffc494b1dc93bb43 /PKGBUILD
parent25d7bc3b48d21ea3ecad6f903f57248415688662 (diff)
downloadaur-grub-silent.tar.gz
Removed "replace" from PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97adbab1411f..7aa4dd2fa376 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.06
-pkgrel=5
+pkgrel=6
url="https://www.gnu.org/software/grub/"
arch=('x86_64' 'i686')
license=('GPL3')
@@ -34,7 +34,6 @@ install="${pkgname%-*}.install"
options=('!makeflags')
conflicts=('grub' 'grub-common' 'grub-bios' 'grub-emu' "grub-efi-${_EFI_ARCH}" 'grub-legacy' 'grub-git')
-replaces=('grub' 'grub-common' 'grub-bios' 'grub-emu' "grub-efi-${_EFI_ARCH}")
provides=('grub' 'grub-common' 'grub-bios' 'grub-emu' "grub-efi-${_EFI_ARCH}")
makedepends=('autogen' 'bdf-unifont' 'git' 'help2man'