summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2018-07-21 20:14:55 -0400
committerredfish2018-07-21 20:19:03 -0400
commit93982cfc90a443355b4cc9f7a6b908b83dea68a5 (patch)
treec1f398c5813cbf29646e03b0e39245ef55dbc81d
parent0926d719d4d7777683b9db40217ff022917d048d (diff)
downloadaur-93982cfc90a443355b4cc9f7a6b908b83dea68a5.tar.gz
deps: add unbound, bump to 0.12.0.0-2
This fixes build against libmonero-walllet 0.12.3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 508f762c1cd5..952a76ab2091 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 28 06:23:06 UTC 2018
+# Sun Jul 22 00:14:51 UTC 2018
pkgbase = monero-wallet-qt
pkgdesc = Official QT GUI wallet for Monero, a private, secure, untraceable peer-to-peer currency
pkgver = 0.12.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://getmonero.org/
arch = x86_64
arch = i686
@@ -16,6 +16,7 @@ pkgbase = monero-wallet-qt
depends = boost-libs>=1.45
depends = libunwind
depends = readline
+ depends = unbound
depends = qt5-base
depends = qt5-declarative
depends = qt5-graphicaleffects
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')