mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/gnu-efi-libs to 3.0.3-1
This commit is contained in:
parent
83a960e50c
commit
e14f3654e0
1 changed files with 3 additions and 3 deletions
|
@ -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}/"
|
||||
|
|
Loading…
Reference in a new issue