summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoel Noyce Barnham2019-11-11 21:49:36 +0000
committerJoel Noyce Barnham2019-11-11 21:49:36 +0000
commitfd2a9cf223d057ef39b76fc1973d0cd6a39fcc3d (patch)
treead1008d9acc82db26142fc28089b4c74646153eb /PKGBUILD
parent162021c6c811a0b57b01f447759438c75b8246a6 (diff)
downloadaur-fd2a9cf223d057ef39b76fc1973d0cd6a39fcc3d.tar.gz
Start using python 3 by default
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 741ad9c7b841..d3ba1874d72e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,14 +29,14 @@ _GUID="EA4BB293-2D7F-4456-A681-1F22F42CD0BC"
_pkgname="uefi-shell"
pkgname="${_pkgname}-git"
-pkgver=26894.edk2.stable201903.1157.g1bcc65b9a1
-pkgrel=2
+pkgver=26946.edk2.stable201903.1209.gf8dd7c7018
+pkgrel=1
pkgdesc="UEFI Shell v2 - from Tianocore EDK2 - GIT Version"
url="https://github.com/tianocore/edk2"
arch=('x86_64' 'i686')
license=('BSD')
-makedepends=('git' 'python2' 'nasm')
+makedepends=('git' 'python' 'nasm')
options=('!strip' '!makeflags')
@@ -75,10 +75,6 @@ _prepare_tianocore_sources() {
msg "Disable build ID generation"
sed 's|,--gc-sections|,--gc-sections,--build-id=none|g' -i "${EDK_TOOLS_PATH}/Conf/tools_def.template"
- msg "Use python2 for UDK BaseTools"
- sed 's|python |python2 |g' -i "${EDK_TOOLS_PATH}/BinWrappers/PosixLike"/* || true
- sed 's|python |python2 |g' -i "${EDK_TOOLS_PATH}/Tests/GNUmakefile"
-
msg "Fix GCC Warning as error"
sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i "${EDK_TOOLS_PATH}/Source/C/Makefiles/header.makefile" || true
sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i "${EDK_TOOLS_PATH}/Conf/tools_def.template" || true