summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2018-11-06 19:51:19 +0100
committerFelix Kauselmann2018-11-06 19:51:19 +0100
commit2247cf28a8244bf77e8bc178123b3aefb5ab9eb1 (patch)
tree7bf0d812aeb6ed66a00dfa7c781b1312511b6cb0
parentc2ef34b4bd7e96b997fbf26b92de2937e7ef8b83 (diff)
downloadaur-2247cf28a8244bf77e8bc178123b3aefb5ab9eb1.tar.gz
Update to 2.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a697d2b8ffa5..ee214676fe97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 18 20:33:03 UTC 2018
+# Di Nov 6 18:50:57 UTC 2018
pkgbase = airdcpp-webclient
pkgdesc = A peer-to-peer file sharing client with web user interface
- pkgver = 2.3.0
- pkgrel = 3
+ pkgver = 2.4.0
+ pkgrel = 0
url = https://github.com/airdcpp-web/airdcpp-webclient
arch = x86_64
arch = armv7h
@@ -21,8 +21,8 @@ pkgbase = airdcpp-webclient
depends = websocketpp
depends = libnatpmp
depends = intel-tbb
- source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.3.0.tar.gz
- md5sums = 1241718cce0d238691b42e4dfa105b4d
+ source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.4.0.tar.gz
+ md5sums = f0b6c849505b476bdb007ca525005af4
pkgname = airdcpp-webclient
diff --git a/PKGBUILD b/PKGBUILD
index 3c5a14e95da9..ff53f3107840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: atommixz <atommixz@gmail.com>
pkgname=airdcpp-webclient
-pkgver=2.3.0
-pkgrel=3
+pkgver=2.4.0
+pkgrel=0
pkgdesc="A peer-to-peer file sharing client with web user interface"
arch=('x86_64' 'armv7h')
license=('GPL2')
@@ -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=('1241718cce0d238691b42e4dfa105b4d')
+md5sums=('f0b6c849505b476bdb007ca525005af4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"