summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD31
1 files changed, 17 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9cc2ae749ffd..7fcb2856ecf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,20 +53,23 @@ _submod_path["MdeModulePkg/Universal/RegularExpressionDxe/oniguruma"]="oniguruma
_submod_path["MdeModulePkg/Library/BrotliCustomDecompressLib/brotli"]="brotli"
_submod_path["BaseTools/Source/C/BrotliCompress/brotli"]="brotli"
-source=("${_TIANO_DIR_}::git+https://github.com/tianocore/edk2.git#branch=master"
- brotli::git+https://github.com/google/brotli
- softfloat::git+https://github.com/ucb-bar/berkeley-softfloat-3.git
- cmocka::git+https://git.cryptomilk.org/projects/cmocka.git
- oniguruma::git+https://github.com/kkos/oniguruma
- openssl::git+https://github.com/openssl/openssl
- )
-
-sha1sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
+source=(
+ "${_TIANO_DIR_}::git+https://github.com/tianocore/edk2.git#branch=master"
+ "brotli::git+https://github.com/google/brotli"
+ "softfloat::git+https://github.com/ucb-bar/berkeley-softfloat-3.git"
+ "cmocka::git+https://git.cryptomilk.org/projects/cmocka.git"
+ "oniguruma::git+https://github.com/kkos/oniguruma"
+ "openssl::git+https://github.com/openssl/openssl"
+)
+
+sha1sums=(
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+)
pkgver() {
cd "${srcdir}/${_TIANO_DIR_}/"