summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2018-04-28 16:31:00 -0400
committerredfish2018-04-28 16:31:00 -0400
commitcc38657d2daa411a9b970b94c87343c4de854d42 (patch)
treed89d0b5a24639d4ff86893f17203237cb288f1e4
parente108923c97cd2ea30e7abb784f52c28a6bacab22 (diff)
downloadaur-cc38657d2daa411a9b970b94c87343c4de854d42.tar.gz
bump to 0.12.0.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b050c7b59373..2051487f37c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 15 01:16:46 UTC 2018
+# Sat Apr 28 20:30:00 UTC 2018
pkgbase = monero-wallet-qt-git
pkgdesc = Official QT GUI wallet for Monero, a private, secure, untraceable peer-to-peer currency
- pkgver = 0.11.1.0
+ pkgver = 0.12.0.0
pkgrel = 1
url = https://getmonero.org/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = monero-wallet-qt-git
makedepends = git
makedepends = cmake
makedepends = boost
- depends = libmonero-wallet-git>=0.11.1.0
+ depends = libmonero-wallet-git>=0.12.0.0
depends = openssl
depends = boost-libs>=1.45
depends = libunwind
@@ -21,6 +21,7 @@ pkgbase = monero-wallet-qt-git
depends = qt5-graphicaleffects
depends = qt5-location
depends = qt5-quickcontrols
+ depends = qt5-quickcontrols2
depends = qt5-tools
depends = qt5-webchannel
depends = qt5-webengine
diff --git a/PKGBUILD b/PKGBUILD
index f318e9f8968a..fe9acae3780d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: redfish <redfish at galactica dot pw>
pkgname='monero-wallet-qt-git'
-_monerover=0.11.1.0
-pkgver=0.11.1.0
+_monerover=0.12.0.0
+pkgver=0.12.0.0
pkgrel=1
arch=('x86_64' 'i686')
url="https://getmonero.org/"
@@ -14,7 +14,7 @@ conflicts=('monero-wallet-qt')
depends=("libmonero-wallet-git>=$_monerover"
'openssl' 'boost-libs>=1.45' 'libunwind' 'readline'
'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects'
-'qt5-location' 'qt5-quickcontrols' 'qt5-tools' 'qt5-webchannel'
+'qt5-location' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-tools' 'qt5-webchannel'
'qt5-webengine' 'qt5-x11extras' 'qt5-xmlpatterns')
makedepends=('git' 'cmake' 'boost')