[arch-commits] Commit in grub2-efi-x86_64/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Fri Apr 22 12:35:31 UTC 2011


    Date: Friday, April 22, 2011 @ 08:35:31
  Author: ronald
Revision: 120346

upgpkg: grub2-efi-x86_64 1.99~rc2-1
update to latest version

Modified:
  grub2-efi-x86_64/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-22 12:06:05 UTC (rev 120345)
+++ PKGBUILD	2011-04-22 12:35:31 UTC (rev 120346)
@@ -3,33 +3,33 @@
 
 ## This PKGBUILD has the same structure as the main grub2 split PKGBUILD for grub2-common, grub2-bios and grub2-efi-i386 .
 
-# _grub2_rev=3072
+# _grub2_rev=3229
 
-_grub2_lua_ver=19
+_grub2_lua_ver=20
 _grub2_gpxe_ver=12
 
 pkgname="grub2-efi-x86_64"
-pkgver=1.99~rc1
-pkgrel=2
+pkgver='1.99~rc2'
+pkgrel=1
 pkgdesc="The GNU GRand Unified Bootloader version 2 - x86_64 UEFI version"
 url="http://www.gnu.org/software/grub/"
 arch=('any')
 license=('GPL3')
-depends=("grub2-common=${pkgver}" 'dosfstools')
-optdepends=('efibootmgr')
+depends=("grub2-common=${pkgver}" 'dosfstools' 'efibootmgr')
+optdepends=('mtools')
 makedepends=('python2' 'xz' 'autogen' 'texinfo' 'help2man' 'gettext')
 options=(strip purge docs zipman !emptydirs)
 replaces=('grub2-efi-x64')
 
-source=("ftp://alpha.gnu.org/gnu/grub/grub-${pkgver}.tar.gz"
+source=("http://alpha.gnu.org/gnu/grub/grub-${pkgver}.tar.xz"
         "ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub2_lua_ver}.tar.xz"
         "ftp://ftp.archlinux.org/other/grub2/grub2_extras_gpxe_r${_grub2_gpxe_ver}.tar.xz")
 
 noextract=("grub2_extras_lua_r${_grub2_lua_ver}.tar.xz"
            "grub2_extras_gpxe_r${_grub2_gpxe_ver}.tar.xz")
 
-sha1sums=('866b6979974ad7209d236cb4e1819039f0bd1c6d'
-          'f116fed72eb70da1d503cf3c225dce68d658dabd'
+sha1sums=('786e7edb849e1bd2be917f574da92ebefd0e1915'
+          '9f2dbf7a3faab24ca92266400aa513fecd3895c8'
           'b04994c005910b4bf123f034b30109d5c8d6fd86')
 
 build() {




More information about the arch-commits mailing list