summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2018-04-28 02:23:19 -0400
committerredfish2018-04-28 02:23:19 -0400
commit0926d719d4d7777683b9db40217ff022917d048d (patch)
tree1a8caf036f20c982694062286e76443d42860096
parentcb4a131f37b7a404fae64005221c2dfce2225f00 (diff)
downloadaur-0926d719d4d7777683b9db40217ff022917d048d.tar.gz
update to 0.12.0.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dc9ce5a1f3a..508f762c1cd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 18 22:24:25 UTC 2017
+# Sat Apr 28 06:23:06 UTC 2018
pkgbase = monero-wallet-qt
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
makedepends = git
makedepends = cmake
makedepends = boost
- depends = libmonero-wallet>=0.11.1.0
+ depends = libmonero-wallet>=0.12.0.0
depends = openssl
depends = boost-libs>=1.45
depends = libunwind
@@ -21,14 +21,15 @@ pkgbase = monero-wallet-qt
depends = qt5-graphicaleffects
depends = qt5-location
depends = qt5-quickcontrols
+ depends = qt5-quickcontrols2
depends = qt5-tools
depends = qt5-webchannel
depends = qt5-webengine
depends = qt5-x11extras
depends = qt5-xmlpatterns
provides = monero-wallet-qt
- source = https://github.com/monero-project/monero-gui/archive/v0.11.1.0.tar.gz
- md5sums = 94203a93054f78226722f6b29d5b7281
+ source = https://github.com/monero-project/monero-gui/archive/v0.12.0.0.tar.gz
+ md5sums = ac71691e1f114aafc8c02252a276c128
pkgname = monero-wallet-qt
diff --git a/PKGBUILD b/PKGBUILD
index 20e121ed9599..b5734a921e16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: redfish <redfish at galactica dot pw>
pkgname='monero-wallet-qt'
-_monerover=0.11.1.0
+_monerover=0.12.0.0
pkgver=${_monerover}
pkgrel=1
arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@ provides=('monero-wallet-qt')
depends=("libmonero-wallet>=$_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')
@@ -22,7 +22,7 @@ pkgdesc="Official QT GUI wallet for Monero, a private, secure, untraceable peer-
source=("https://github.com/monero-project/monero-gui/archive/v${pkgver}.tar.gz")
-md5sums=('94203a93054f78226722f6b29d5b7281')
+md5sums=('ac71691e1f114aafc8c02252a276c128')
_srcdir=monero-gui-$_monerover