diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-24 15:29:39 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-24 15:29:39 -0300 |
commit | cf931e6bea3ec9134b77826fc514c80fc5ff294f (patch) | |
tree | 539cde565a45fe0d7d51ed7f3398b7629f9d7cf6 /libre/grub-legacy | |
parent | 27ac714fba9ffb75a96100a0455b21db41bdda50 (diff) |
grub-legacy-0.97-25.1: fix issues related to bug report https://labs.parabola.nu/issues/358
Diffstat (limited to 'libre/grub-legacy')
-rw-r--r-- | libre/grub-legacy/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libre/grub-legacy/PKGBUILD b/libre/grub-legacy/PKGBUILD index dd7940c2c..036540e79 100644 --- a/libre/grub-legacy/PKGBUILD +++ b/libre/grub-legacy/PKGBUILD @@ -2,20 +2,18 @@ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Maintainer: ava1ar <mail(dot)avatar(at)gmail(dot)com> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> -# Maintainer (Parabola): Jorge López <jorginho@lavabit.com> +# Contributor (Parabola): Jorge López <jorginho@lavabit.com> pkgname=grub-legacy _srcname=grub pkgver=0.97 -pkgrel=25 +pkgrel=25.1 pkgdesc="A GNU multiboot boot loader (Parabola rebranded)" arch=('i686' 'x86_64') license=('GPL') url="http://www.gnu.org/software/grub/" depends=('ncurses' 'diffutils' 'sed') -conflicts=('grub' 'grub-common' 'grub-bios' 'grub-efi-i386' 'grub-efi-x86_64') -replaces=('grub') -provides=("grub=${pkgver}") +conflicts=('grub') [ "$CARCH" = 'x86_64' ] && makedepends=('gcc-multilib') optdepends=('xfsprogs: freezing of xfs /boot in install-grub script') source=(ftp://alpha.gnu.org/gnu/grub/${_srcname}-${pkgver}.tar.gz |