summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoel Noyce Barnham2020-11-10 23:28:48 +0000
committerJoel Noyce Barnham2020-11-10 23:28:48 +0000
commitef37be85f8fd6c573f042033eedbb74858e241c8 (patch)
treec2432018a13aea8160c30ca3072dd847fa8199d4 /PKGBUILD
parentcc7735bac4bcdb6654983223f6218a3f901a20b4 (diff)
downloadaur-ef37be85f8fd6c573f042033eedbb74858e241c8.tar.gz
Update SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a932d1bd6a7..9cc2ae749ffd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ _GUID="EA4BB293-2D7F-4456-A681-1F22F42CD0BC"
_pkgname="uefi-shell"
pkgname="${_pkgname}-git"
-pkgver=28247.edk2.stable201903.2510.gffddac3e0f
+pkgver=28272.edk2.stable201903.2535.gd150439b72
pkgrel=3
pkgdesc="UEFI Shell v2 - from Tianocore EDK2 - GIT Version"
url="https://github.com/tianocore/edk2"
@@ -82,6 +82,7 @@ _setup_env_vars() {
_prepare_tianocore_sources() {
cd "${_UDK_DIR}/"
+ msg "Updating submodules"
git submodule init
for _module in "${!_submod_path[@]}"; do
git config submodule."$_module".url "$srcdir/${_submod_path[$_module]}"