[arch-commits] CVS update of core/base/grub (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Tue Feb 26 13:44:52 UTC 2008


    Date: Tuesday, February 26, 2008 @ 14:44:52
  Author: thomas
    Path: /home/cvs-core/core/base/grub

Modified: PKGBUILD (1.37 -> 1.38)

upgpkg: grub 0.97-11


----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


Index: core/base/grub/PKGBUILD
diff -u core/base/grub/PKGBUILD:1.37 core/base/grub/PKGBUILD:1.38
--- core/base/grub/PKGBUILD:1.37	Sun Feb 10 12:05:59 2008
+++ core/base/grub/PKGBUILD	Tue Feb 26 14:44:51 2008
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.37 2008/02/10 11:05:59 thomas Exp $
+# $Id: PKGBUILD,v 1.38 2008/02/26 13:44:51 thomas Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 
 pkgname=grub
 pkgver=0.97
-pkgrel=10
+pkgrel=11
 pkgdesc="A GNU multiboot boot loader"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.gnu.org/software/grub/"
 groups=('base')
-depends=('ncurses')
+depends=('ncurses' 'diffutils' 'sed')
 source=(ftp://alpha.gnu.org/gnu/grub/grub-$pkgver.tar.gz
         menu.lst
         install-grub
@@ -36,8 +36,8 @@
   cd $startdir/src/$pkgname-$pkgver
 
   #set destination architecture here
-  DESTARCH="i686"
-  #DESTARCH="x86_64"
+  #DESTARCH="i686"
+  DESTARCH="x86_64"
 
   # optimizations break the build -- disable them
   # adding special devices to grub, patches are from fedora




More information about the arch-commits mailing list