extra/gnu-efi-libs to 3.0.9-1

This commit is contained in:
Kevin Mihelich 2018-10-24 21:21:59 +00:00
parent 6635970af5
commit 5660dd9c84

View file

@ -11,7 +11,7 @@ buildarch=8
[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
[[ "${CARCH}" == "aarch64" ]] && _EFI_ARCH="aarch64"
_pkgver=3.0.8
_pkgver=3.0.9
pkgname="gnu-efi-libs"
pkgver="${_pkgver}"
pkgrel=1
@ -22,7 +22,7 @@ arch=('x86_64')
options=('!strip' '!makeflags' '!buildflags')
makedepends=('pciutils')
source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2")
md5sums=('ae32011cfe6b1c40c0f244b9a49ba181')
md5sums=('32af17b917545a693e549af2439c4a99')
build() {
cd "${srcdir}/gnu-efi-${_pkgver}/"