summarylogtreecommitdiffstats
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
parentcc7735bac4bcdb6654983223f6218a3f901a20b4 (diff)
downloadaur-ef37be85f8fd6c573f042033eedbb74858e241c8.tar.gz
Update SRCINFO
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD3
2 files changed, 14 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50c0e79e686a..59a53463a5a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = uefi-shell-git
pkgdesc = UEFI Shell v2 - from Tianocore EDK2 - GIT Version
- pkgver = 28256.edk2.stable201903.2519.g1366cd58cd
- pkgrel = 2
+ pkgver = 28272.edk2.stable201903.2535.gd150439b72
+ pkgrel = 3
url = https://github.com/tianocore/edk2
install = uefi-shell.install
arch = x86_64
@@ -16,6 +16,16 @@ pkgbase = uefi-shell-git
options = !strip
options = !makeflags
source = edk2::git+https://github.com/tianocore/edk2.git#branch=master
+ source = brotli::git+https://github.com/google/brotli
+ source = softfloat::git+https://github.com/ucb-bar/berkeley-softfloat-3.git
+ source = cmocka::git+https://git.cryptomilk.org/projects/cmocka.git
+ source = oniguruma::git+https://github.com/kkos/oniguruma
+ source = openssl::git+https://github.com/openssl/openssl
+ sha1sums = SKIP
+ sha1sums = SKIP
+ sha1sums = SKIP
+ sha1sums = SKIP
+ sha1sums = SKIP
sha1sums = SKIP
pkgname = uefi-shell-git
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]}"