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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Nov 4 12:29:07 UTC 2019


    Date: Monday, November 4, 2019 @ 12:29:06
  Author: svenstaro
Revision: 524055

upgpkg: emscripten 1.39.1-1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 12:25:52 UTC (rev 524054)
+++ PKGBUILD	2019-11-04 12:29:06 UTC (rev 524055)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin <vlad.kolotvin at gmail.com>
 
 pkgname=emscripten
-pkgver=1.38.48
+pkgver=1.39.1
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable JavaScript for the web"
 arch=('x86_64')
@@ -23,16 +23,16 @@
         "emscripten.sh"
         arch-template.patch
         libcxxabi-include-libunwind.patch)
-sha512sums=('dee1d3270d66a25f2ece58334c3fdfd61b94ab2c1677d173fa587619b3c8847b5e034254e43175c64ec73794df46803df634103a38c14189c27ef5d069c83bd4'
+sha512sums=('120f18530b248a8bcfb70e84a3236a8e29b2708f09d72bc60c5d4a40b17e8eb19bc0619e051ed464b667a33b3c056d2188889508530f9fd41d6cffe545fb13c5'
             'SKIP'
             'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d'
-            '73d1debf254e8712b88cfe1c8763dca26cc259118d8acdee35eadcc4ac9b8ef8e794b419f0f77ca0b2d765577cb1679c365bb19a695c8e606a223d0bbc3273fd'
+            '04ffe0eac346d4accd54321aace952ccf3d6016243b98e3239de3fddc77c2c89ac4dfd66f65095c7f8a474e0e2b692bbbf3a150fde1dc410de920d5835f332a1'
             '3456c61bc8cc022f58cf2ae1ebda53057adc4f05fcddd71a6a69b172ef47ce41f1ded4cb49c49c71a68e8436d974458a06566d618a7dcbad9ded42fa5713386c')
 
 prepare() {
   cd "$srcdir"/emscripten-$pkgver
 
-  patch -Np1 -i "$srcdir"/arch-template.patch
+  patch -Np1 --no-backup-if-mismatch -i "$srcdir"/arch-template.patch
 
   mkdir "$srcdir"/llvm-project/llvm/build
 }
@@ -67,7 +67,7 @@
   install -d "$pkgdir"/usr/lib/emscripten
   cp -rup em* cmake site src system third_party tools "$pkgdir"/usr/lib/emscripten
 
-  patch -Np1 -i "$srcdir"/libcxxabi-include-libunwind.patch -d "$pkgdir"
+  patch -Np1 --no-backup-if-mismatch -i "$srcdir"/libcxxabi-include-libunwind.patch -d "$pkgdir"
 
   # Remove clutter
   rm "$pkgdir"/usr/lib/emscripten/*.bat

Modified: arch-template.patch
===================================================================
--- arch-template.patch	2019-11-04 12:25:52 UTC (rev 524054)
+++ arch-template.patch	2019-11-04 12:29:06 UTC (rev 524055)
@@ -1,7 +1,7 @@
-diff --git a/tools/settings_template_readonly.py b/tools/settings_template_readonly.py
+diff --git a/tools/settings_template.py b/tools/settings_template.py
 index f1ca646ea..3e85c7ab1 100644
---- a/tools/settings_template_readonly.py
-+++ b/tools/settings_template_readonly.py
+--- a/tools/settings_template.py
++++ b/tools/settings_template.py
 @@ -12,9 +12,9 @@ import os
  
  # This is used by external projects in order to find emscripten.  It is not used



More information about the arch-commits mailing list