Date: Monday, March 2, 2020 @ 22:55:27 Author: anatolik Revision: 589317
fix typos Modified: tinygo/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-02 22:09:55 UTC (rev 589316) +++ PKGBUILD 2020-03-02 22:55:27 UTC (rev 589317) @@ -10,7 +10,7 @@ options=(!strip) depends=(llvm-libs clang) makedepends=(go llvm git) -# use gt as we need to fetch submodules +# use git as we need to fetch submodules source=(git+https://github.com/tinygo-org/tinygo#tag=v$pkgver git+https://github.com/NordicSemiconductor/nrfx git+https://github.com/ARM-software/CMSIS @@ -18,7 +18,7 @@ git+https://github.com/tinygo-org/cmsis-svd git+https://github.com/llvm-mirror/compiler-rt git+https://github.com/CraneStation/wasi-libc - disable_static_llvm.patch) + disable_static_llvm.patch) sha256sums=('SKIP' 'SKIP' 'SKIP'
