Date: Friday, October 12, 2012 @ 02:18:44 Author: tpowa Revision: 168454
upgpkg: gummiboot-efi 6-2 rebuild against latest gnu-efi-libs, bump to latest git snapshot, fix md5sum Modified: gummiboot-efi/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-10-12 05:21:57 UTC (rev 168453) +++ PKGBUILD 2012-10-12 06:18:44 UTC (rev 168454) @@ -5,7 +5,7 @@ pkgname="gummiboot-efi" pkgver="6" -pkgrel="1" +pkgrel="2" pkgdesc="Simple text-mode UEFI Boot Manager" url="http://freedesktop.org/wiki/Software/gummiboot" arch=('any') @@ -17,7 +17,7 @@ provides=('gummiboot-efi-x86_64' 'gummiboot-efi-i386') replaces=('gummiboot-efi-x86_64' 'gummiboot-efi-i386') options=('!strip') -source=("http://cgit.freedesktop.org/gummiboot/snapshot/gummiboot-${pkgver}.tar.gz" +source=("ftp://ftp.archlinux.org/other/gummiboot-efi/gummiboot-${pkgver}.tar.gz" 'loader.conf' 'arch.conf') @@ -55,6 +55,6 @@ 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=('5f7f4e6f6ee6f914ac250d4f3a5f05dc' +md5sums=('a4c924c508470f1f781162012ebb7602' '6ea803e5179d623716e3be0b636de658' '0229e197d5beb226aa93efcf5dbacd41')
