summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2018-12-25 11:03:36 +0100
committerFelix Kauselmann2018-12-25 11:03:36 +0100
commit27ee7d10fd69762c60f1f317e560ad8b78af9791 (patch)
tree551850fc96a23e27f8880f2ac02538bcbbe8b4d9
parent2247cf28a8244bf77e8bc178123b3aefb5ab9eb1 (diff)
downloadaur-27ee7d10fd69762c60f1f317e560ad8b78af9791.tar.gz
Update to new version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee214676fe97..c746cf962e62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Di Nov 6 18:50:57 UTC 2018
+# Di Dez 25 10:02:55 UTC 2018
pkgbase = airdcpp-webclient
pkgdesc = A peer-to-peer file sharing client with web user interface
- pkgver = 2.4.0
+ pkgver = 2.5.0
pkgrel = 0
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.4.0.tar.gz
- md5sums = f0b6c849505b476bdb007ca525005af4
+ source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.5.0.tar.gz
+ md5sums = 17e80ed002f6e956b39a2bb4154ea776
pkgname = airdcpp-webclient
diff --git a/PKGBUILD b/PKGBUILD
index ff53f3107840..06a8ed08af3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Felix Kauselmann <licorn@gmail,com>
+# Maintainer: Felix Kauselmann <licorn@gmail.com>
# Contributor: droserasprout <droserasprout@tuta.io>
# Contributor: atommixz <atommixz@gmail.com>
pkgname=airdcpp-webclient
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=0
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=('f0b6c849505b476bdb007ca525005af4')
+md5sums=('17e80ed002f6e956b39a2bb4154ea776')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"