Date: Sunday, April 9, 2023 @ 22:09:32 Author: svenstaro Revision: 1443551
upgpkg: emscripten 3.1.35-1 Modified: emscripten/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-09 22:06:18 UTC (rev 1443550) +++ PKGBUILD 2023-04-09 22:09:32 UTC (rev 1443551) @@ -5,12 +5,12 @@ pkgname=emscripten # NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver! -_binaryen_revision=4f27e889dbdefa3b55d89f8b0cf319419eae41bd -_llvm_project_revision=a031f72187ce495b9faa4ccf99b1e901a3872f4b +_binaryen_revision=47056c9a00e368969a503209b6b9f5c0bc287058 +_llvm_project_revision=6865cff8ea8b07d9f2385fd92cecb422404f0f35 # Sadly, upstream currently suggests bundling a binaryen version for the time being: # https://github.com/emscripten-core/emscripten/issues/12252 # I'm obviously unhappy about that but it appears to be the only practical solution for the time being. -pkgver=3.1.34 +pkgver=3.1.35 pkgrel=1 pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web" arch=('x86_64')
