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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Mar 11 19:31:08 UTC 2020


    Date: Wednesday, March 11, 2020 @ 19:31:07
  Author: svenstaro
Revision: 594600

upgpkg: emscripten 1.39.10-2: Install tests dir and upgrade LLVM version (fixes FS#65729)

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-11 19:10:19 UTC (rev 594599)
+++ PKGBUILD	2020-03-11 19:31:07 UTC (rev 594600)
@@ -5,7 +5,7 @@
 
 pkgname=emscripten
 pkgver=1.39.10
-pkgrel=1
+pkgrel=2
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable JavaScript for the web"
 arch=('x86_64')
 url="http://emscripten.org"
@@ -19,7 +19,7 @@
 # Get commit SHAs from here:
 # https://chromium.googlesource.com/emscripten-releases/+/refs/heads/master/DEPS
 source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz"
-        git+https://github.com/llvm/llvm-project.git#commit=411f1885b655ea622fe124a87a6eadfd988d7a5e
+        git+https://github.com/llvm/llvm-project.git#commit=2150a6d0d635dea12c23dc84f356deeacbc8fbc2
         "emscripten.sh"
         arch-template.patch
         libcxxabi-include-libunwind.patch)
@@ -66,7 +66,7 @@
   # Install emscripten
   cd "$srcdir"/emscripten-$pkgver
   install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools "$pkgdir"/usr/lib/emscripten
+  cp -rup em* cmake site src system third_party tests tools "$pkgdir"/usr/lib/emscripten
 
   # Remove clutter
   rm "$pkgdir"/usr/lib/emscripten/*.bat



More information about the arch-commits mailing list