Date: Friday, January 28, 2011 @ 16:02:08
  Author: ronald
Revision: 108004

upgpkg: grub2 1.99~rc1-1
add provides line, remove group

Modified:
  grub2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-01-28 20:39:07 UTC (rev 108003)
+++ PKGBUILD    2011-01-28 21:02:08 UTC (rev 108004)
@@ -17,7 +17,6 @@
 license=('GPL3')
 makedepends=('bdf-unifont' 'python2' 'xz' 'autogen' 'texinfo' 'help2man' 
'gettext' 'device-mapper')
 options=(strip purge docs zipman !emptydirs)
-groups=('grub2')
 
 source=("ftp://alpha.gnu.org/gnu/grub/grub-${pkgver}.tar.gz";
        
"ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub2_lua_ver}.tar.xz";
@@ -121,8 +120,6 @@
        # start the actual build process
        cd ${srcdir}/grub2_efi-${pkgver}
        ./autogen.sh
-       #install -d ${srcdir}/grub2_efi-${pkgver}/BUILD_EFI_i386
-       #cd ${srcdir}/grub2_efi-${pkgver}/BUILD_EFI_i386
 
        CFLAGS="" ./configure \
                --with-platform=efi --target=i386 \
@@ -182,6 +179,7 @@
        pkgdesc="The GNU GRand Unified Bootloader version 2 - Built for PC BIOS"
        depends=(grub2-common=${pkgver})
        replaces=('grub2')
+       provides=('grub2')
   
        cd ${srcdir}/grub2_bios-${pkgver}
        make DESTDIR=${pkgdir} install 

Reply via email to