summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Tran2019-06-24 22:57:15 -0500
committerMatthew Tran2019-06-24 22:57:15 -0500
commit568b18429862da30efeb88b065a6297349fa6e29 (patch)
treed665105f7c944ddd745bc0455a2720ff96023a9f
parent8b3951c124475611681d5c858f292e9fd6539204 (diff)
downloadaur-568b18429862da30efeb88b065a6297349fa6e29.tar.gz
Add qt5-svg dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2189bab515a..a72bb92d10c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electron-cash
pkgdesc = Lightweight Bitcoin Cash wallet
pkgver = 4.0.7
- pkgrel = 1
+ pkgrel = 2
url = http://www.electroncash.org/
arch = any
license = MIT
@@ -24,6 +24,7 @@ pkgbase = electron-cash
depends = python-requests
depends = python-six
depends = qt5-base
+ depends = qt5-svg
optdepends = python-btchip: Ledger hardware wallet support
optdepends = python-hidapi: Digital Bitbox hardware wallet support
optdepends = python-matplotlib: plot transaction history in graphical mode
diff --git a/PKGBUILD b/PKGBUILD
index a975ffc1e76d..c3a273387f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname='electron-cash'
pkgdesc='Lightweight Bitcoin Cash wallet'
pkgver=4.0.7
-pkgrel=1
+pkgrel=2
url='http://www.electroncash.org/'
arch=('any')
license=('MIT')
@@ -33,6 +33,7 @@ depends=(
'python-requests'
'python-six'
'qt5-base'
+ 'qt5-svg'
)
optdepends=(
'python-btchip: Ledger hardware wallet support'