summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Xu (Hello71)2016-07-27 15:53:47 -0400
committerAlex Xu (Hello71)2016-07-27 15:53:47 -0400
commit8307b8bc58f5c9c587446c6f442fd30d50685285 (patch)
tree264010b15afcea6622810b8e84ee16dc4af090ec /PKGBUILD
parent3cb41910c07826e9e8705b4817480363d22e1284 (diff)
downloadaur-8307b8bc58f5c9c587446c6f442fd30d50685285.tar.gz
Bump pkgver, set _SHELL_IA32_ARCH_X64=0
Also adjust PKGBUILD header. New toolchain produces incompatible relocations, and 32-bit EFIs haven't been included in any new hardware for a long time now.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73720072908e..ce9768d4ce38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Lev Lybin <aur@devtrue.net>
+# Maintainer: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
+# Contributor: Lev Lybin <aur@devtrue.net>
# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
## "1" to enable IA32 SHELL build in Arch x86_64, "0" to disable
-_SHELL_IA32_ARCH_X64="1"
+_SHELL_IA32_ARCH_X64="0"
###############
_TIANO_DIR_="edk2"
@@ -26,7 +27,7 @@ _COMPILER="GCC49"
_pkgname="uefi-shell"
pkgname="${_pkgname}-git"
-pkgver=19443.e2f5c49
+pkgver=19533.39dbc4d
pkgrel=1
pkgdesc="UEFI Shell v2 - from Tianocore EDK2 - GIT Version"
url="http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ShellPkg"