diff options
-rw-r--r-- | libre/grub/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD index 18b88f5c1..54af43f31 100644 --- a/libre/grub/PKGBUILD +++ b/libre/grub/PKGBUILD @@ -1113,9 +1113,8 @@ package_grub() { package_grub-am335x_bone() { pkgdesc='GNU GRand Unified Bootloader (2) for BeagleBone and BeagleBone Black (am335x-bone), (Parabola rebranded)' - provides+=('grub-uboot') - conflicts+=('grub-uboot') - replaces+=('grub-uboot') + provides+=('grub') + conflicts+=('grub') cd "${srcdir}/grub-${_pkgver}-uboot_am335x-bone/" |