Date: Monday, August 24, 2020 @ 21:10:55
  Author: svenstaro
Revision: 687815

upgpkg: emscripten 2.0.1-1

Modified:
  emscripten/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-24 21:10:43 UTC (rev 687814)
+++ PKGBUILD    2020-08-24 21:10:55 UTC (rev 687815)
@@ -11,13 +11,13 @@
 # 
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=a3036b386383f1c1e9d32c2c8dba995087959da3
+_llvm_commit=365f861c45bb504c7b61f64943916fc570818cd1
 # 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=2.0.0
+pkgver=2.0.1
 pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
+pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
 arch=('x86_64')
 url="http://emscripten.org";
 license=('custom')

Reply via email to