summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwertzdenek2017-10-27 13:36:01 +0200
committerqwertzdenek2017-10-27 13:36:01 +0200
commit18ecdcfb85e694dcc33c0ec83ede488ff54f53a8 (patch)
tree777c9127dc07b55aa37d851b8a07f2fe38c6d970
parent42209faddd55412eedbb03c84370aa95b749203b (diff)
downloadaur-18ecdcfb85e694dcc33c0ec83ede488ff54f53a8.tar.gz
added missing npm
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90281991d21a..1e7211a7ae8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = airdcpp-webclient-git
pkgdesc = A peer-to-peer file sharing client with web user interface.
pkgver = r2993.b58859d0
- pkgrel = 2
+ pkgrel = 3
url = https://airdcpp-web.github.io
install = airdcpp.install
arch = i686
@@ -18,6 +18,7 @@ pkgbase = airdcpp-webclient-git
depends = websocketpp
depends = libnatpmp
depends = intel-tbb
+ depends = npm
source = git+https://github.com/airdcpp-web/airdcpp-webclient.git
source = airdcpp.service
source = airdcpp.socket
diff --git a/PKGBUILD b/PKGBUILD
index 15e478a1f092..a559378f42d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Zdenek Janecek <ycdmdj@gmail.com>
pkgname=airdcpp-webclient-git
pkgver=r2993.b58859d0
-pkgrel=1
+pkgrel=3
_gitname=airdcpp-webclient
pkgdesc="A peer-to-peer file sharing client with web user interface."
arch=('i686' 'x86_64' 'armv7h')
url="https://airdcpp-web.github.io"
license=('GPL')
-depends=('miniupnpc' 'boost' 'openssl-1.0' 'geoip' 'leveldb' 'websocketpp' 'libnatpmp' 'intel-tbb')
+depends=('miniupnpc' 'boost' 'openssl-1.0' 'geoip' 'leveldb' 'websocketpp' 'libnatpmp' 'intel-tbb' 'npm')
makedepends=('cmake' 'git')
source=('git+https://github.com/airdcpp-web/airdcpp-webclient.git'
'airdcpp.service'