Date: Friday, July 31, 2020 @ 16:27:49
  Author: svenstaro
Revision: 666260

upgpkg: emscripten 1.39.20-4: Add missing acorn dep (FS#67437)

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-07-31 16:22:39 UTC (rev 666259)
+++ PKGBUILD    2020-07-31 16:27:49 UTC (rev 666260)
@@ -16,12 +16,12 @@
 # 
https://github.com/emscripten-core/emscripten/blob/1.39.20/tools/shared.py#L44 
but I'm not sure how we're
 # going to use this information at this point.
 pkgver=1.39.20
-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";
 license=('custom')
-depends=('nodejs' 'python' 'binaryen' 'which')
+depends=('nodejs' 'python' 'binaryen' 'which' 'acorn')
 makedepends=('cmake' 'libxml2' 'git' 'ninja')
 optdepends=('java-environment: for using clojure'
             'ruby: for using websockify addon'

Reply via email to