[arch-commits] Commit in emscripten/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Nov 26 18:17:29 UTC 2017
Date: Sunday, November 26, 2017 @ 18:17:28
Author: svenstaro
Revision: 268953
upgpkg: emscripten 1.37.22-2
Modified:
emscripten/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-26 17:55:48 UTC (rev 268952)
+++ PKGBUILD 2017-11-26 18:17:28 UTC (rev 268953)
@@ -5,12 +5,12 @@
pkgname=emscripten
pkgver=1.37.22
-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' 'python2')
+depends=('nodejs' 'python' 'python2')
makedepends=('cmake' 'libxml2')
optdepends=('java-environment: for using clojure'
'ruby: for using websockify addon')
More information about the arch-commits
mailing list