summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwowario2021-03-24 23:37:34 +0300
committerwowario2021-03-24 23:37:34 +0300
commitff29b2cc3f0fc266826548264bc7aaca795fdaaa (patch)
treebacbb6bf56c027a5d6e41738ba9925d7fdd5b25c
parenta4f767bb07509ac28ebd4eea08ba6985b3ab93ab (diff)
downloadaur-ff29b2cc3f0fc266826548264bc7aaca795fdaaa.tar.gz
add missing dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dcf7667a79a..26e4c2643c40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,6 +26,7 @@ pkgbase = monero-feather-git
depends = expat
depends = qt5-base
depends = qt5-websockets
+ depends = qt5-svg
depends = tor
source = monero-feather-git::git+https://git.featherwallet.org/feather/feather
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6ebe1ae422e7..00bdd5f38b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ 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' 'libusb' 'libudev.so' 'miniupnpc' 'libgcrypt' 'qrencode' 'libsodium' 'libpgm' 'expat' 'qt5-base' 'qt5-websockets' 'tor')
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 'hidapi' 'protobuf' 'libusb' 'libudev.so' 'miniupnpc' 'libgcrypt' 'qrencode' 'libsodium' 'libpgm' 'expat' 'qt5-base' 'qt5-websockets' 'qt5-svg' 'tor')
makedepends=('git' 'cmake' 'boost')
source=("${pkgname}"::"git+https://git.featherwallet.org/feather/feather")