[arch-commits] Commit in emscripten/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Tue Jun 2 16:38:10 UTC 2020
Date: Tuesday, June 2, 2020 @ 16:38:10
Author: svenstaro
Revision: 638105
upgpkg: emscripten 1.39.16-2: Depend on which for em++ (FS#66848)
Modified:
emscripten/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-02 16:34:27 UTC (rev 638104)
+++ PKGBUILD 2020-06-02 16:38:10 UTC (rev 638105)
@@ -5,13 +5,13 @@
pkgname=emscripten
pkgver=1.39.16
-pkgrel=1
+pkgrel=2
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)
-makedepends=(cmake libxml2 git ninja)
+depends=('nodejs' 'python' 'binaryen' 'which')
+makedepends=('cmake' 'libxml2' 'git' 'ninja')
optdepends=('java-environment: for using clojure'
'ruby: for using websockify addon'
'cmake: for emcc --show-ports')
More information about the arch-commits
mailing list