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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Jun 20 14:07:16 UTC 2019


    Date: Thursday, June 20, 2019 @ 14:07:16
  Author: svenstaro
Revision: 482492

upgpkg: emscripten 1.38.36-4

Include more LLVM tools

Modified:
  emscripten/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-20 13:57:39 UTC (rev 482491)
+++ PKGBUILD	2019-06-20 14:07:16 UTC (rev 482492)
@@ -5,7 +5,7 @@
 
 pkgname=emscripten
 pkgver=1.38.36
-pkgrel=3
+pkgrel=4
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable JavaScript for the web"
 arch=('x86_64')
 url="http://emscripten.org"
@@ -54,7 +54,7 @@
 package() {
   # install LLVM stuff
   # I think we really only need these binaries.
-  for bin in lld clang clang++; do
+  for bin in clang clang++ wasm-ld llvm-nm llvm-ar llvm-as llvm-dis llvm-dwarfdump; do
       install -Dm755 "$srcdir"/llvm-project/llvm/build/bin/$bin "$pkgdir"/usr/lib/emscripten-llvm/$bin
   done
 



More information about the arch-commits mailing list