summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Noyce Barnham2020-11-10 23:41:06 +0000
committerJoel Noyce Barnham2020-11-10 23:41:06 +0000
commit30e154b2feea9d636a238fbf66523197cb29f677 (patch)
treeb97ac8d4160f44ac6447a3f54d029e51d79ba1ed
parentef37be85f8fd6c573f042033eedbb74858e241c8 (diff)
downloadaur-30e154b2feea9d636a238fbf66523197cb29f677.tar.gz
Consistently use tabs
-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_}/"