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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Oct 15 09:22:01 UTC 2019


    Date: Tuesday, October 15, 2019 @ 09:22:00
  Author: svenstaro
Revision: 516109

upgpkg: emscripten 1.38.48-1

Modified:
  emscripten/trunk/PKGBUILD
  emscripten/trunk/arch-template.patch

---------------------+
 PKGBUILD            |    8 ++++----
 arch-template.patch |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-15 08:44:32 UTC (rev 516108)
+++ PKGBUILD	2019-10-15 09:22:00 UTC (rev 516109)
@@ -4,8 +4,8 @@
 # Contributor: Vlad Kolotvin <vlad.kolotvin at gmail.com>
 
 pkgname=emscripten
-pkgver=1.38.47
-pkgrel=4
+pkgver=1.38.48
+pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable JavaScript for the web"
 arch=('x86_64')
 url="http://emscripten.org"
@@ -23,10 +23,10 @@
         "emscripten.sh"
         arch-template.patch
         libcxxabi-include-libunwind.patch)
-sha512sums=('3cc645f214e79f36fb25876dc98c24582ab907a410aede9c8bb2823ff58d46c11b3e05a9c522ee8c5fcaf6be5cf751d1c2d6cf9095600350b6d7693e49fa801d'
+sha512sums=('dee1d3270d66a25f2ece58334c3fdfd61b94ab2c1677d173fa587619b3c8847b5e034254e43175c64ec73794df46803df634103a38c14189c27ef5d069c83bd4'
             'SKIP'
             'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d'
-            'c09920f24b60ae3aa784f6cdd4bdebe458d255d35cc2a1e839a6c86430dee12576b3bd8da36e02f8532f72b7ac8a31aee34e936b510129a2ffa86a75cc542f6d'
+            '73d1debf254e8712b88cfe1c8763dca26cc259118d8acdee35eadcc4ac9b8ef8e794b419f0f77ca0b2d765577cb1679c365bb19a695c8e606a223d0bbc3273fd'
             '3456c61bc8cc022f58cf2ae1ebda53057adc4f05fcddd71a6a69b172ef47ce41f1ded4cb49c49c71a68e8436d974458a06566d618a7dcbad9ded42fa5713386c')
 
 prepare() {

Modified: arch-template.patch
===================================================================
--- arch-template.patch	2019-10-15 08:44:32 UTC (rev 516108)
+++ arch-template.patch	2019-10-15 09:22:00 UTC (rev 516109)
@@ -1,5 +1,5 @@
 diff --git a/tools/settings_template_readonly.py b/tools/settings_template_readonly.py
-index 68287b6e8..79197dc4f 100644
+index f1ca646ea..3e85c7ab1 100644
 --- a/tools/settings_template_readonly.py
 +++ b/tools/settings_template_readonly.py
 @@ -12,9 +12,9 @@ import os
@@ -11,7 +11,7 @@
  
 -LLVM_ROOT = os.path.expanduser(os.getenv('LLVM', '{{{ LLVM_ROOT }}}')) # directory
 +LLVM_ROOT = "/usr/lib/emscripten-llvm"
- BINARYEN_ROOT = os.path.expanduser(os.getenv('BINARYEN', '')) # if not set, we will use it from ports
+ BINARYEN_ROOT = os.path.expanduser(os.getenv('BINARYEN', '')) # directory
  
  # Add this if you have manually built the JS optimizer executable (in
 @@ -43,7 +43,7 @@ JAVA = 'java' # executable



More information about the arch-commits mailing list