summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'