summaryrefslogtreecommitdiff
path: root/libre/grub-legacy/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-10 01:58:05 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-10 01:58:05 -0200
commit41e92d3f9e945ff3e33d8f6416f2baf41323e9b5 (patch)
tree72d223ad314cc85bd4556d7df7dc3298e8d8b5fa /libre/grub-legacy/PKGBUILD
parent90fc347fb05ba4c884743f9dbbfbd506738e4798 (diff)
grub-legacy-0.97-23: adding automake-pkglib.patch and updating revision due that is being synchronized with grub from AUR
Diffstat (limited to 'libre/grub-legacy/PKGBUILD')
-rw-r--r--libre/grub-legacy/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/grub-legacy/PKGBUILD b/libre/grub-legacy/PKGBUILD
index a582a68fe..0b4afaebc 100644
--- a/libre/grub-legacy/PKGBUILD
+++ b/libre/grub-legacy/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=grub-legacy
_srcname=grub
pkgver=0.97
-pkgrel=1
+pkgrel=23
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')
+conflicts=('grub')
replaces=('grub')
provides=("grub=${pkgver}")
[ "$CARCH" = 'x86_64' ] && makedepends=('gcc-multilib')