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

Tobias Powalowski tpowa at archlinux.org
Sat Dec 8 08:13:13 UTC 2012


    Date: Saturday, December 8, 2012 @ 03:13:12
  Author: tpowa
Revision: 172997

upgpkg: gummiboot-efi 9-1

bump to latest version

Modified:
  gummiboot-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-08 08:09:43 UTC (rev 172996)
+++ PKGBUILD	2012-12-08 08:13:12 UTC (rev 172997)
@@ -4,8 +4,8 @@
 # Contributor:  Mantas Mikulėnas <grawity at gmail.com>
 
 pkgname="gummiboot-efi"
-pkgver="8"
-pkgrel="2"
+pkgver="9"
+pkgrel="1"
 pkgdesc="Simple text-mode UEFI Boot Manager"
 url="http://freedesktop.org/wiki/Software/gummiboot"
 arch=('any')
@@ -20,8 +20,10 @@
 source=("ftp://ftp.archlinux.org/other/gummiboot-efi/gummiboot-${pkgver}.tar.gz"
         'loader.conf'
         'arch.conf')
+md5sums=('0c9a8404f2503bd7aa990c3cff8d75c1'
+         '6ea803e5179d623716e3be0b636de658'
+         '0229e197d5beb226aa93efcf5dbacd41')
 
-
 build() {	
 	if [[ "${CARCH}" != "x86_64" ]]; then
 		msg "gummiboot-efi can be built only in an x86_64 system. Exiting."
@@ -55,6 +57,3 @@
 	install -D -m0644 "${srcdir}/loader.conf" "${pkgdir}/usr/lib/gummiboot/loader/loader.conf"
 	install -D -m0644 "${srcdir}/arch.conf" "${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf"	
 }
-md5sums=('834ab6770ad409503d71f00cc04a333e'
-         '6ea803e5179d623716e3be0b636de658'
-         '0229e197d5beb226aa93efcf5dbacd41')




More information about the arch-commits mailing list