Date: Wednesday, May 4, 2022 @ 13:46:00 Author: svenstaro Revision: 1194185
upgpkg: emscripten 3.1.9-1 Modified: emscripten/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-04 13:45:52 UTC (rev 1194184) +++ PKGBUILD 2022-05-04 13:46:00 UTC (rev 1194185) @@ -5,12 +5,12 @@ pkgname=emscripten # NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver! -_binaryen_revision=c918679ec50d4a404bd06244e79691651bdee95b -_llvm_project_revision=782c0dd1a1c235afb09a34e7da4a1267ead14765 +_binaryen_revision=68807a4f8570a58f9e5d3756f54476884b97a366 +_llvm_project_revision=faef447e72a5c63dfb12bb7b02d44c3c916d31cd # 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.2 +pkgver=3.1.9 pkgrel=1 pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web" arch=('x86_64') @@ -41,6 +41,7 @@ cmake \ -Bbuild \ -GNinja \ + -DBUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/usr ninja -C build
