Date: Monday, June 15, 2020 @ 03:32:01 Author: svenstaro Revision: 644762
upgpkg: emscripten 1.39.18-3: Upgrade to upstream LLVM version Modified: emscripten/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-15 02:39:04 UTC (rev 644761) +++ PKGBUILD 2020-06-15 03:32:01 UTC (rev 644762) @@ -4,8 +4,9 @@ # Contributor: Vlad Kolotvin <[email protected]> pkgname=emscripten +_llvm_commit=3d8149c2a1228609fd7d7c91a04681304a2f0ca9 pkgver=1.39.18 -pkgrel=2 +pkgrel=3 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable JavaScript for the web" arch=('x86_64') url="http://emscripten.org" @@ -19,7 +20,7 @@ # Get commit SHAs from here: # https://chromium.googlesource.com/emscripten-releases/+/refs/heads/master/DEPS source=("git+https://github.com/kripken/emscripten#tag=$pkgver" - git+https://github.com/llvm/llvm-project.git#commit=4c735439fd9a0cfea9ae366df8b36281436d4708 + git+https://github.com/llvm/llvm-project.git#commit=$_llvm_commit "emscripten.sh" emscripten-config libcxxabi-include-libunwind.patch)
