summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2019-05-19 01:41:10 +0200
committerFelix Kauselmann2019-05-19 01:41:10 +0200
commit7c734e634205ff0eeae3b1d497c8b34100a02c2b (patch)
tree7d9339f6f32041834a04875937e740ab530c673d
parent209d69688b0a536d44c97c1407b4de75cef0363c (diff)
downloadaur-7c734e634205ff0eeae3b1d497c8b34100a02c2b.tar.gz
New upstream version 2.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a7f8ec29df6..c59739e5dc04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fr Mär 15 17:45:01 UTC 2019
+# Sa Mai 18 23:40:45 UTC 2019
pkgbase = airdcpp-webclient
pkgdesc = A peer-to-peer file sharing client with web user interface
- pkgver = 2.6.0
+ pkgver = 2.6.1
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.6.0.tar.gz
- md5sums = 714d2e6ba796b7888093fb061c167c0a
+ source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.6.1.tar.gz
+ md5sums = e6e0aacaf69d9ec7f6720b165b819e34
pkgname = airdcpp-webclient
diff --git a/PKGBUILD b/PKGBUILD
index 8cea881e550e..76a556793f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: atommixz <atommixz@gmail.com>
pkgname=airdcpp-webclient
-pkgver=2.6.0
+pkgver=2.6.1
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=('714d2e6ba796b7888093fb061c167c0a')
+md5sums=('e6e0aacaf69d9ec7f6720b165b819e34')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/airdcpp-core"