[arch-commits] Commit in emscripten/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jan 17 05:44:37 UTC 2021


    Date: Sunday, January 17, 2021 @ 05:44:36
  Author: svenstaro
Revision: 821268

upgpkg: emscripten 2.0.12-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-17 05:34:14 UTC (rev 821267)
+++ PKGBUILD	2021-01-17 05:44:36 UTC (rev 821268)
@@ -5,12 +5,12 @@
 
 pkgname=emscripten
 # NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
-_binaryen_revision=bd9872ddf850bf177298a5274a15807e6227cd3d
-_llvm_project_revision=445289aa63e1b82b9eea6497fb2d0443813a9d4e
+_binaryen_revision=d7e9150e38f14c7ca083fe48bf1f49ab77cfc794
+_llvm_project_revision=52e240a0721e4120a7143f6f5bab4760d28d48e8
 # 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=2.0.10
+pkgver=2.0.12
 pkgrel=1
 pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
 arch=('x86_64')
@@ -28,23 +28,13 @@
         git+https://github.com/llvm/llvm-project.git#commit=$_llvm_project_revision
         git+https://github.com/WebAssembly/binaryen.git#commit=$_binaryen_revision
         "emscripten.sh"
-        https://github.com/emscripten-core/emscripten/pull/12898.patch
-        https://github.com/emscripten-core/emscripten/pull/12899.patch
         emscripten-config)
 sha512sums=('SKIP'
             'SKIP'
             'SKIP'
             'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d'
-            'e86fce6ac840a5f6da4b942827c0060d9180983672e31f79d3eb9e590ef32a63b36529e908214178f6f2c25e015a7eead7aee97fe47592e4ebc82767742cc716'
-            '6d116606af3bac3be485803913632571af2cea0978ed81507c639e75bf69126ead5bee727a2a3c335b65ba02ecdf78edf9b6d72e28e409d6f2f69c547475f688'
             '8b5951493f69631045f44736917144b7679beb2bf087fca8a8ba887224cfc598fe8c76c5a4e7aa4a09fbb8f1b7b42556b68f4aa9e5b93fb130fd8bdab79053d9')
 
-prepare() {
-  cd emscripten
-  patch -Np1 -i "${srcdir}"/12898.patch
-  patch -Np1 -i "${srcdir}"/12899.patch
-}
-
 build() {
   cd binaryen
   cmake . \



More information about the arch-commits mailing list