[arch-commits] Commit in gnu-efi-libs/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Thu Aug 27 14:06:55 UTC 2015
Date: Thursday, August 27, 2015 @ 16:06:54
Author: tpowa
Revision: 244904
upgpkg: gnu-efi-libs 3.0.3-1
bump to latest version
Modified:
gnu-efi-libs/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-08-27 14:04:41 UTC (rev 244903)
+++ PKGBUILD 2015-08-27 14:06:54 UTC (rev 244904)
@@ -5,10 +5,10 @@
[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-_pkgver="3.0.2"
+_pkgver="3.0.3"
pkgname="gnu-efi-libs"
pkgver="${_pkgver}"
-pkgrel="2"
+pkgrel="1"
pkgdesc="Library for building UEFI Applications using GNU toolchain"
url="http://sourceforge.net/projects/gnu-efi/"
license=('GPL')
@@ -16,7 +16,7 @@
options=('!strip' '!makeflags' '!buildflags')
makedepends=('pciutils')
source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2")
-md5sums=('a9db2cabc01a2674715bd6aea2911f01')
+md5sums=('15a4bcbc18a9a5e8110ed955970622e6')
build() {
cd "${srcdir}/gnu-efi-${_pkgver}/"
More information about the arch-commits
mailing list