summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2020-07-16 21:05:02 +0200
committerFelix Kauselmann2020-07-16 21:05:02 +0200
commit467ca3d67ce2841acf61a690f6abf82bfa5747b1 (patch)
tree55a05ced37775501e5ebf9cf7fba37f6c1eabf27
parent94c165cdd51032a950b3dff92eb7b01ec4b9661a (diff)
downloadaur-467ca3d67ce2841acf61a690f6abf82bfa5747b1.tar.gz
Update to 2.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19279f9d32a4..8250c745db66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# 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.7.0
+ pkgver = 2.8.0
pkgrel = 1
url = https://github.com/airdcpp-web/airdcpp-webclient
arch = x86_64
@@ -18,11 +16,11 @@ pkgbase = airdcpp-webclient
depends = openssl
depends = geoip
depends = leveldb
- depends = websocketpp-git-dev
+ depends = websocketpp
depends = libnatpmp
depends = intel-tbb
- source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.7.0.tar.gz
- md5sums = 33f186cf82db9ecdbe2455899adb56b4
+ source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.8.0.tar.gz
+ md5sums = b1dbd7a2cd617a63e2372b76258e8f13
pkgname = airdcpp-webclient
diff --git a/PKGBUILD b/PKGBUILD
index b425baca272b..ce92f6464517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: atommixz <atommixz@gmail.com>
pkgname=airdcpp-webclient
-pkgver=2.7.0
+pkgver=2.8.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-git-dev' 'libnatpmp' 'intel-tbb')
+depends=('miniupnpc' 'boost' 'libmaxminddb' 'leveldb' 'openssl' 'geoip' 'leveldb' 'websocketpp' 'libnatpmp' 'intel-tbb')
makedepends=('cmake' 'git' 'npm')
source=("https://github.com/airdcpp-web/airdcpp-webclient/archive/${pkgver}.tar.gz")
-md5sums=('33f186cf82db9ecdbe2455899adb56b4')
+md5sums=('b1dbd7a2cd617a63e2372b76258e8f13')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/airdcpp-core"