summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwowario2020-11-25 19:39:42 +0300
committerwowario2020-11-25 19:39:42 +0300
commitcbde77130cc8498447d629e8df9aeb5629479472 (patch)
tree9b7db56f81fd868056b517f016eff1a8d03156bf
parent2d5046ba9ba8e112d5130e3ec183b97e4f55ead4 (diff)
downloadaur-cbde77130cc8498447d629e8df9aeb5629479472.tar.gz
add websockets
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43e30b88c91b..705f6bc8b185 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = monero-feather-git
pkgdesc = a free Monero desktop wallet
- pkgver = v0.1.0.0.1ccedea1dd
+ pkgver = v0.1.0.0.70dd25c477
pkgrel = 1
url = https://featherwallet.org
arch = x86_64
@@ -24,6 +24,7 @@ pkgbase = monero-feather-git
depends = libpgm
depends = expat
depends = qt5-base
+ depends = qt5-websockets
provides = monero-feather-git
source = monero-feather-git::git+https://git.wownero.com/feather/feather
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0f78549f8a61..bd6716cb2750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgbase='monero-feather-git'
pkgname='monero-feather-git'
-pkgver='v0.1.0.0.1ccedea1dd'
+pkgver='v0.1.0.0.70dd25c477'
pkgrel='1'
pkgdesc='a free Monero desktop wallet'
license=('BSD')
arch=('x86_64')
url="https://featherwallet.org"
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 'hidapi' 'protobuf' 'miniupnpc' 'libgcrypt' 'qrencode' 'ccache' 'libsodium' 'libpgm' 'expat' 'qt5-base')
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 'hidapi' 'protobuf' 'miniupnpc' 'libgcrypt' 'qrencode' 'ccache' 'libsodium' 'libpgm' 'expat' 'qt5-base' 'qt5-websockets')
makedepends=('git' 'cmake' 'boost')
provides=('monero-feather-git')