summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredfish2018-04-28 16:31:00 -0400
committerredfish2018-04-28 16:31:00 -0400
commitcc38657d2daa411a9b970b94c87343c4de854d42 (patch)
treed89d0b5a24639d4ff86893f17203237cb288f1e4 /PKGBUILD
parente108923c97cd2ea30e7abb784f52c28a6bacab22 (diff)
downloadaur-cc38657d2daa411a9b970b94c87343c4de854d42.tar.gz
bump to 0.12.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')