mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/gnu-efi-libs to 3.0.11-1
This commit is contained in:
parent
d7958f84c2
commit
5f31a0c8c7
1 changed files with 4 additions and 4 deletions
|
@ -11,18 +11,18 @@ buildarch=8
|
||||||
[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
|
[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
|
||||||
[[ "${CARCH}" == "aarch64" ]] && _EFI_ARCH="aarch64"
|
[[ "${CARCH}" == "aarch64" ]] && _EFI_ARCH="aarch64"
|
||||||
|
|
||||||
_pkgver=3.0.9
|
_pkgver=3.0.11
|
||||||
pkgname="gnu-efi-libs"
|
pkgname="gnu-efi-libs"
|
||||||
pkgver="${_pkgver}"
|
pkgver="${_pkgver}"
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Library for building UEFI Applications using GNU toolchain"
|
pkgdesc="Library for building UEFI Applications using GNU toolchain"
|
||||||
url="http://sourceforge.net/projects/gnu-efi/"
|
url="https://sourceforge.net/projects/gnu-efi/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
options=('!strip' '!makeflags' '!buildflags')
|
options=('!strip' '!makeflags' '!buildflags')
|
||||||
makedepends=('pciutils')
|
makedepends=('pciutils')
|
||||||
source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2")
|
source=("https://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2")
|
||||||
md5sums=('32af17b917545a693e549af2439c4a99')
|
md5sums=('21148bbcccec385a9bfdf5f678959577')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/gnu-efi-${_pkgver}/"
|
cd "${srcdir}/gnu-efi-${_pkgver}/"
|
||||||
|
|
Loading…
Reference in a new issue