Date: Friday, August 14, 2020 @ 18:28:43 Author: svenstaro Revision: 679257
upgpkg: emscripten 2.0.0-1 Modified: emscripten/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-14 18:15:25 UTC (rev 679256) +++ PKGBUILD 2020-08-14 18:28:43 UTC (rev 679257) @@ -11,11 +11,11 @@ # https://chromium.googlesource.com/emscripten-releases/+/e7e39da9c81faecd9ecf44065cee864d76e4e34d/DEPS # Replace that pre-filled SHA with the one from the release. Then search for the "llvm_project_revision" # variable. It has the llvm commit to use here. -_llvm_commit=9f21947a331203ee2579db87f1d1ec22a949e20a +_llvm_commit=a3036b386383f1c1e9d32c2c8dba995087959da3 # The compatible binaryen version can be found as the EXPECTED_BINARYEN_VERSION variable in # https://github.com/emscripten-core/emscripten/blob/1.39.20/tools/shared.py#L44 but I'm not sure how we're # going to use this information at this point. -pkgver=1.40.1 +pkgver=2.0.0 pkgrel=1 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable JavaScript for the web" arch=('x86_64')
