summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2018-10-18 22:34:12 +0200
committerFelix Kauselmann2018-10-18 22:34:12 +0200
commitc2ef34b4bd7e96b997fbf26b92de2937e7ef8b83 (patch)
tree59a5bd1127ba37fea15d9769952d9c82d1824823
parent70633c4fc4a02e8fc82e2bd65a88b30e409acb89 (diff)
downloadaur-c2ef34b4bd7e96b997fbf26b92de2937e7ef8b83.tar.gz
Revert PKGBUILD back to websocket
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36309c8c3d25..a697d2b8ffa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fr Jun 8 07:18:23 UTC 2018
+# Thu Oct 18 20:33:03 UTC 2018
pkgbase = airdcpp-webclient
pkgdesc = A peer-to-peer file sharing client with web user interface
pkgver = 2.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/airdcpp-web/airdcpp-webclient
arch = x86_64
arch = armv7h
@@ -18,7 +18,7 @@ pkgbase = airdcpp-webclient
depends = openssl
depends = geoip
depends = leveldb
- depends = websocketpp-git-dev
+ depends = websocketpp
depends = libnatpmp
depends = intel-tbb
source = https://github.com/airdcpp-web/airdcpp-webclient/archive/2.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 81327222ee31..3c5a14e95da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=airdcpp-webclient
pkgver=2.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="A peer-to-peer file sharing client with web user interface"
arch=('x86_64' 'armv7h')
license=('GPL2')
url="https://github.com/airdcpp-web/${pkgname}"
-depends=('miniupnpc' 'boost' 'libmaxminddb' 'leveldb' 'openssl' 'geoip' 'leveldb' 'websocketpp-git-dev' 'libnatpmp' 'intel-tbb')
+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')