mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/gnu-efi-libs to 3.0.8-1
This commit is contained in:
parent
e3f2e6cee8
commit
6416436ca4
1 changed files with 3 additions and 3 deletions
|
@ -11,18 +11,18 @@ buildarch=8
|
|||
[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
|
||||
[[ "${CARCH}" == "aarch64" ]] && _EFI_ARCH="aarch64"
|
||||
|
||||
_pkgver=3.0.6
|
||||
_pkgver=3.0.8
|
||||
pkgname="gnu-efi-libs"
|
||||
pkgver="${_pkgver}"
|
||||
pkgrel=1
|
||||
pkgdesc="Library for building UEFI Applications using GNU toolchain"
|
||||
url="http://sourceforge.net/projects/gnu-efi/"
|
||||
license=('GPL')
|
||||
arch=('x86_64' 'i686')
|
||||
arch=('x86_64')
|
||||
options=('!strip' '!makeflags' '!buildflags')
|
||||
makedepends=('pciutils')
|
||||
source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2")
|
||||
md5sums=('46f633758a8a37db9fd6909fe270c26b')
|
||||
md5sums=('ae32011cfe6b1c40c0f244b9a49ba181')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/gnu-efi-${_pkgver}/"
|
||||
|
|
Loading…
Reference in a new issue