[arch-commits] Commit in emscripten/trunk (PKGBUILD arch-template.patch)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Oct 10 21:28:52 UTC 2019
Date: Thursday, October 10, 2019 @ 21:28:52
Author: svenstaro
Revision: 514621
upgpkg: emscripten 1.38.47-4
Fix LLVM_ROOT
Modified:
emscripten/trunk/PKGBUILD
emscripten/trunk/arch-template.patch
---------------------+
PKGBUILD | 4 ++--
arch-template.patch | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-10 21:21:42 UTC (rev 514620)
+++ PKGBUILD 2019-10-10 21:28:52 UTC (rev 514621)
@@ -5,7 +5,7 @@
pkgname=emscripten
pkgver=1.38.47
-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"
@@ -26,7 +26,7 @@
sha512sums=('3cc645f214e79f36fb25876dc98c24582ab907a410aede9c8bb2823ff58d46c11b3e05a9c522ee8c5fcaf6be5cf751d1c2d6cf9095600350b6d7693e49fa801d'
'SKIP'
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d'
- '5bb7be8a14392b7b34e2d8e3b442dc6409fea48ea5fe3528e2a4a03d574c8848f88de2b258e5f091ad7886762f6622d460c956bc4c1ad37c0dde24c0bb5a4417'
+ 'c09920f24b60ae3aa784f6cdd4bdebe458d255d35cc2a1e839a6c86430dee12576b3bd8da36e02f8532f72b7ac8a31aee34e936b510129a2ffa86a75cc542f6d'
'3456c61bc8cc022f58cf2ae1ebda53057adc4f05fcddd71a6a69b172ef47ce41f1ded4cb49c49c71a68e8436d974458a06566d618a7dcbad9ded42fa5713386c')
prepare() {
Modified: arch-template.patch
===================================================================
--- arch-template.patch 2019-10-10 21:21:42 UTC (rev 514620)
+++ arch-template.patch 2019-10-10 21:28:52 UTC (rev 514621)
@@ -10,7 +10,7 @@
+EMSCRIPTEN_ROOT = "/usr/lib/emscripten"
-LLVM_ROOT = os.path.expanduser(os.getenv('LLVM', '{{{ LLVM_ROOT }}}')) # directory
-+LLVM_ROOT = "/usr/lib/emscripten"
++LLVM_ROOT = "/usr/lib/emscripten-llvm"
BINARYEN_ROOT = os.path.expanduser(os.getenv('BINARYEN', '')) # if not set, we will use it from ports
# Add this if you have manually built the JS optimizer executable (in
More information about the arch-commits
mailing list