summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5734a921e16..fb2278625c79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='monero-wallet-qt'
_monerover=0.12.0.0
pkgver=${_monerover}
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'i686')
url="https://getmonero.org/"
license=('custom:Cryptonote')
@@ -11,7 +11,7 @@ license=('custom:Cryptonote')
provides=('monero-wallet-qt')
depends=("libmonero-wallet>=$_monerover"
- 'openssl' 'boost-libs>=1.45' 'libunwind' 'readline'
+ 'openssl' 'boost-libs>=1.45' 'libunwind' 'readline' 'unbound'
'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects'
'qt5-location' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-tools' 'qt5-webchannel'
'qt5-webengine' 'qt5-x11extras' 'qt5-xmlpatterns')