summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2018-07-30 17:19:28 +0430
committerMohammadreza Abdollahzadeh2018-07-30 17:19:28 +0430
commit5a7d959ad8cc0496ee44a504db3e929e31e45798 (patch)
tree1034516a1729d47209d2108f1e25d80b75993360
parenta7239ab301287ac0cf88e6d1d0a1cf37eb8da294 (diff)
downloadaur-5a7d959ad8cc0496ee44a504db3e929e31e45798.tar.gz
remove unneeded dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfe9ccbef9e9..7f528da42e2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jul 30 12:45:05 UTC 2018
+# Mon Jul 30 12:49:04 UTC 2018
pkgbase = nwjs-bin
pkgdesc = An app runtime based on Chromium and node.js.
pkgver = 0.32.0
@@ -7,10 +7,8 @@ pkgbase = nwjs-bin
url = https://nwjs.io/
arch = x86_64
license = MIT
- depends = alsa-lib
depends = gtk3
depends = nss
- depends = libxtst
depends = libxss
optdepends = nodejs: npm package support
optdepends = nw-gyp: native add-on build tool for node-webkit
diff --git a/PKGBUILD b/PKGBUILD
index 91e0b4dc2ac9..86cf34358447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="An app runtime based on Chromium and node.js."
arch=("x86_64")
url="https://nwjs.io/"
license=("MIT")
-depends=("alsa-lib" "gtk3" "nss" "libxtst" "libxss")
+depends=("gtk3" "nss" "libxss")
optdepends=(
"nodejs: npm package support"
"nw-gyp: native add-on build tool for node-webkit"