extra/gnu-efi-libs to 3.0.3-1

This commit is contained in:
Kevin Mihelich 2015-09-05 00:06:11 +00:00
parent 83a960e50c
commit e14f3654e0

View file

@ -11,10 +11,10 @@ buildarch=8
[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
[[ "${CARCH}" == "aarch64" ]] && _EFI_ARCH="aarch64"
_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')
@ -22,7 +22,7 @@ arch=('x86_64' 'i686')
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}/"