summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2018-07-21 22:18:01 -0400
committerredfish2018-07-21 22:18:15 -0400
commit21c398e20fdde7f84497252528711f6dd66196af (patch)
tree0fc15cc29497cf24a869392cc59a00d773c9d314
parent5baa8b2816f0ace68a29637065c3dad4bddba0b7 (diff)
downloadaur-21c398e20fdde7f84497252528711f6dd66196af.tar.gz
bump to 0.12.0.0-2
This fixes build against libmonerowallet-git 0.12.3.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2051487f37c2..f07c1206e171 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 28 20:30:00 UTC 2018
+# Sun Jul 22 02:17:01 UTC 2018
pkgbase = monero-wallet-qt-git
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-git
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 fe9acae3780d..1487bfacd90e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='monero-wallet-qt-git'
_monerover=0.12.0.0
pkgver=0.12.0.0
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'i686')
url="https://getmonero.org/"
license=('custom:Cryptonote')
@@ -12,7 +12,7 @@ provides=('monero-wallet-qt')
conflicts=('monero-wallet-qt')
depends=("libmonero-wallet-git>=$_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')