Date: Thursday, September 29, 2022 @ 12:33:40 Author: svenstaro Revision: 1316068
upgpkg: emscripten 3.1.23-1 Modified: emscripten/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-29 12:27:16 UTC (rev 1316067) +++ PKGBUILD 2022-09-29 12:33:40 UTC (rev 1316068) @@ -5,12 +5,12 @@ pkgname=emscripten # NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver! -_binaryen_revision=594ff7b9609656edb83187cb4600b23b3f2fde37 -_llvm_project_revision=75767a0f9a926641edbef08e31ec2148ff45da67 +_binaryen_revision=58bedde3ac54f82657d5de092e7142ffb2ff735c +_llvm_project_revision=8b587113b746f31b63fd6473083df78cef30a72e # 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.20 +pkgver=3.1.23 pkgrel=1 pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web" arch=('x86_64')
