summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2019-12-15 11:00:37 +0100
committerFelix Kauselmann2019-12-15 11:00:37 +0100
commit94c165cdd51032a950b3dff92eb7b01ec4b9661a (patch)
tree29a0124a16b75c6e64df987989da1f138a0d79f7
parent7c734e634205ff0eeae3b1d497c8b34100a02c2b (diff)
downloadaur-94c165cdd51032a950b3dff92eb7b01ec4b9661a.tar.gz
Update to 2.7.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c59739e5dc04..19279f9d32a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sa Mai 18 23:40:45 UTC 2019
+# Sun Dec 15 09:58:34 UTC 2019
pkgbase = airdcpp-webclient
pkgdesc = A peer-to-peer file sharing client with web user interface
- pkgver = 2.6.1
+ pkgver = 2.7.0
pkgrel = 1
url = https://github.com/airdcpp-web/airdcpp-webclient
arch = x86_64
@@ -18,11 +18,11 @@ pkgbase = airdcpp-webclient
depends = openssl
depends = geoip
depends = leveldb
- depends = websocketpp
+ depends = websocketpp-git-dev
depends = libnatpmp
depends = intel-tbb
- source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.6.1.tar.gz
- md5sums = e6e0aacaf69d9ec7f6720b165b819e34
+ source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.7.0.tar.gz
+ md5sums = 33f186cf82db9ecdbe2455899adb56b4
pkgname = airdcpp-webclient
diff --git a/PKGBUILD b/PKGBUILD
index 76a556793f8f..b425baca272b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: atommixz <atommixz@gmail.com>
pkgname=airdcpp-webclient
-pkgver=2.6.1
+pkgver=2.7.0
pkgrel=1
pkgdesc="A peer-to-peer file sharing client with web user interface"
arch=('x86_64' 'armv7h')
license=('GPL2')
url="https://github.com/airdcpp-web/${pkgname}"
-depends=('miniupnpc' 'boost' 'libmaxminddb' 'leveldb' 'openssl' 'geoip' 'leveldb' 'websocketpp' 'libnatpmp' 'intel-tbb')
+depends=('miniupnpc' 'boost' 'libmaxminddb' 'leveldb' 'openssl' 'geoip' 'leveldb' 'websocketpp-git-dev' 'libnatpmp' 'intel-tbb')
makedepends=('cmake' 'git' 'npm')
source=("https://github.com/airdcpp-web/airdcpp-webclient/archive/${pkgver}.tar.gz")
-md5sums=('e6e0aacaf69d9ec7f6720b165b819e34')
+md5sums=('33f186cf82db9ecdbe2455899adb56b4')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/airdcpp-core"