summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrlorente972023-10-18 15:33:27 -0400
committerdrlorente972023-10-18 15:33:27 -0400
commite24d4da0f1e5a20d8ecf1ba603606e8a889da9f7 (patch)
tree14cfc5a437ed38a2767ba954ffc494b1dc93bb43
parent25d7bc3b48d21ea3ecad6f903f57248415688662 (diff)
downloadaur-grub-silent.tar.gz
Removed "replace" from PKGBUILD
-rwxr-xr-x.SRCINFO8
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c2e92085d0a..b3da346c3d99 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.06
- pkgrel = 5
+ pkgrel = 6
url = https://www.gnu.org/software/grub/
install = grub.install
arch = x86_64
@@ -36,11 +36,6 @@ pkgbase = grub-silent
conflicts = grub-efi-x86_64
conflicts = grub-legacy
conflicts = grub-git
- replaces = grub
- replaces = grub-common
- replaces = grub-bios
- replaces = grub-emu
- replaces = grub-efi-x86_64
options = !makeflags
backup = etc/default/grub
source = https://ftp.gnu.org/gnu/grub/grub-2.06.tar.xz
@@ -65,4 +60,3 @@ pkgbase = grub-silent
sha256sums = 4f2e9d585b7b0ef8ce0d09e88391d1397b50883c7cb1516dc99785934abe15a2
pkgname = grub-silent
-
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'