summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2022-12-07 06:49:27 +0100
committerFelix Kauselmann2022-12-07 06:49:27 +0100
commitc8dc8a96ca555e1892732bb2cd4aa25b15a2ed34 (patch)
treeacec04ffa36d8d922c76e713fdb9e5339d29be6b
parent45f1c68e47e2cc1fd09c3e9662e76e7bc51c4522 (diff)
downloadaur-c8dc8a96ca555e1892732bb2cd4aa25b15a2ed34.tar.gz
Update to v2.11.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6c5f04fd918..1798d4c61d4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = airdcpp-webclient
pkgdesc = A peer-to-peer file sharing client with web user interface
- pkgver = 2.11.2
+ pkgver = 2.11.3
pkgrel = 1
url = https://github.com/airdcpp-web/airdcpp-webclient
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = airdcpp-webclient
depends = websocketpp
depends = libnatpmp
depends = intel-tbb
- source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.11.2.tar.gz
- md5sums = 0e9356956be53b41a0cb4e44033b7ec5
+ source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.11.3.tar.gz
+ md5sums = 6240a282c86f446df19f41e86de4a206
pkgname = airdcpp-webclient
diff --git a/PKGBUILD b/PKGBUILD
index 4164df6b02ee..8e25b744ad96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: atommixz <atommixz@gmail.com>
pkgname=airdcpp-webclient
-pkgver=2.11.2
+pkgver=2.11.3
pkgrel=1
pkgdesc="A peer-to-peer file sharing client with web user interface"
arch=('x86_64' 'armv7h')
@@ -12,11 +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=('0e9356956be53b41a0cb4e44033b7ec5')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}/airdcpp-core"
-}
+md5sums=('6240a282c86f446df19f41e86de4a206')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"