diff options
author | root <root@rshg054.dnsready.net> | 2013-06-25 01:24:59 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-25 01:24:59 -0700 |
commit | f566ab403132b1bb3eb3a5b2e604c117bc0630c7 (patch) | |
tree | 527a5315be2c0b6515eea617502792cde6757792 /libre/grub-legacy | |
parent | fad7e04efd4045c478db2e849bb8d457b82cdada (diff) |
Tue Jun 25 01:24:57 PDT 2013
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 |