summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2019-03-15 18:45:23 +0100
committerFelix Kauselmann2019-03-15 18:45:23 +0100
commit209d69688b0a536d44c97c1407b4de75cef0363c (patch)
tree55c1244a7d373bacab6f5c0b1e6d40b238c90838
parent321bccfd36aa8d4c959a95190549835197bd4070 (diff)
downloadaur-209d69688b0a536d44c97c1407b4de75cef0363c.tar.gz
New upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eefa05bf61d..9a7f8ec29df6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fr Feb 22 18:10:07 UTC 2019
+# Fr Mär 15 17:45:01 UTC 2019
pkgbase = airdcpp-webclient
pkgdesc = A peer-to-peer file sharing client with web user interface
- pkgver = 2.5.1
+ pkgver = 2.6.0
pkgrel = 1
url = https://github.com/airdcpp-web/airdcpp-webclient
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = airdcpp-webclient
depends = websocketpp
depends = libnatpmp
depends = intel-tbb
- source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.5.1.tar.gz
- md5sums = a817cff71c03bbe3e524a3d215779786
+ source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.6.0.tar.gz
+ md5sums = 714d2e6ba796b7888093fb061c167c0a
pkgname = airdcpp-webclient
diff --git a/PKGBUILD b/PKGBUILD
index b88f6ad8fa46..8cea881e550e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: atommixz <atommixz@gmail.com>
pkgname=airdcpp-webclient
-pkgver=2.5.1
+pkgver=2.6.0
pkgrel=1
pkgdesc="A peer-to-peer file sharing client with web user interface"
arch=('x86_64' 'armv7h')
@@ -12,7 +12,7 @@ url="https://github.com/airdcpp-web/${pkgname}"
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=('a817cff71c03bbe3e524a3d215779786')
+md5sums=('714d2e6ba796b7888093fb061c167c0a')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/airdcpp-core"