summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2020-02-29 23:12:59 -0500
committerredfish2020-02-29 23:12:59 -0500
commit8871f344581599dbcc2a18eba842a57eed9b1719 (patch)
tree5c0a452c937a64b9ce9001631ba89725c6aabd79
parent30330a8ed44f240b0bdd36938569540f7b75d0fd (diff)
downloadaur-8871f344581599dbcc2a18eba842a57eed9b1719.tar.gz
0.15.0.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97a2bf3ca8e3..7bd278234e9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = monero-wallet-qt-git
pkgdesc = Official QT GUI wallet for Monero, a private, secure, untraceable peer-to-peer currency
- pkgver = 0.15.0.1
+ pkgver = 0.15.0.4
pkgrel = 1
url = https://getmonero.org/
arch = x86_64
@@ -30,7 +30,9 @@ pkgbase = monero-wallet-qt-git
depends = qt5-xmlpatterns
depends = qt5-svg
provides = monero-wallet-qt
+ provides = monero-gui
conflicts = monero-wallet-qt
+ conflicts = monero-gui
source = git+https://github.com/monero-project/monero-gui
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index eec52fe89b89..69ef97366af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: redfish <redfish at galactica dot pw>
pkgname='monero-wallet-qt-git'
_monerover=0.15.0.1
-pkgver=0.15.0.1
+pkgver=0.15.0.4
pkgrel=1
arch=('x86_64' 'i686')
url="https://getmonero.org/"
license=('custom:Cryptonote')
-provides=('monero-wallet-qt')
-conflicts=('monero-wallet-qt')
+provides=('monero-wallet-qt' 'monero-gui')
+conflicts=('monero-wallet-qt' 'monero-gui')
depends=("libmonero-wallet>=$_monerover"
'openssl' 'boost-libs>=1.45' 'libunwind' 'readline' 'unbound' 'hidapi' 'randomx'