summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
-rw-r--r--airdcpp-webclient-git.install (renamed from airdcpp.install)0
3 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e7211a7ae8f..23f666c36f17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = airdcpp-webclient-git
pkgdesc = A peer-to-peer file sharing client with web user interface.
- pkgver = r2993.b58859d0
- pkgrel = 3
+ pkgver = r3043.6dd17de5
+ pkgrel = 1
url = https://airdcpp-web.github.io
- install = airdcpp.install
+ install = airdcpp-webclient-git.install
arch = i686
arch = x86_64
arch = armv7h
@@ -14,11 +14,12 @@ pkgbase = airdcpp-webclient-git
depends = boost
depends = openssl-1.0
depends = geoip
- depends = leveldb
- depends = websocketpp
depends = libnatpmp
- depends = intel-tbb
depends = npm
+ depends = websocketpp
+ depends = leveldb
+ depends = intel-tbb
+ depends = libmaxminddb
source = git+https://github.com/airdcpp-web/airdcpp-webclient.git
source = airdcpp.service
source = airdcpp.socket
diff --git a/PKGBUILD b/PKGBUILD
index a559378f42d3..0a9cfe113885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Zdenek Janecek <ycdmdj@gmail.com>
pkgname=airdcpp-webclient-git
-pkgver=r2993.b58859d0
-pkgrel=3
+pkgver=r3043.6dd17de5
+pkgrel=1
_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' 'npm')
+
+depends=('miniupnpc' 'boost' 'openssl-1.0' 'geoip' 'libnatpmp' 'npm' 'websocketpp' 'leveldb' 'intel-tbb' 'libmaxminddb')
makedepends=('cmake' 'git')
source=('git+https://github.com/airdcpp-web/airdcpp-webclient.git'
'airdcpp.service'
@@ -20,7 +21,7 @@ sha256sums=('SKIP'
'4de13425653648ee086b924310e025b365eb0ee06c271a8f02f4161c828b4d96'
'b8dd6c435e1140c169211c36fdded45a8bd8e675f7b78b2db769aaa05b176659')
-install=airdcpp.install
+install="airdcpp-webclient-git.install"
pkgver() {
cd ${srcdir}/${_gitname}
diff --git a/airdcpp.install b/airdcpp-webclient-git.install
index 8a0672309163..8a0672309163 100644
--- a/airdcpp.install
+++ b/airdcpp-webclient-git.install