summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2019-03-02 10:49:07 -0500
committerredfish2019-03-02 10:49:07 -0500
commit2c72e3fc2df638189f1b98215cd64d8e6409dfb8 (patch)
tree2544c820761134e6162eebb9015afde1e54bb58b
parent8e1ee391cc968c19b8d02ea80d0821f2c98cb2a5 (diff)
downloadaur-2c72e3fc2df638189f1b98215cd64d8e6409dfb8.tar.gz
let libmonero-wallet also satisfy the dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7aac699bdd31..47cdf456d16f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 2 06:11:56 UTC 2019
+# Sat Mar 2 15:46:55 UTC 2019
pkgbase = monero-wallet-qt-git
pkgdesc = Official QT GUI wallet for Monero, a private, secure, untraceable peer-to-peer currency
pkgver = 0.14.0.0
@@ -11,7 +11,7 @@ pkgbase = monero-wallet-qt-git
makedepends = git
makedepends = cmake
makedepends = boost
- depends = libmonero-wallet-git>=0.14.0.0
+ depends = libmonero-wallet>=0.14.0.0
depends = openssl
depends = boost-libs>=1.45
depends = libunwind
diff --git a/PKGBUILD b/PKGBUILD
index 2c9b4b4ae7c7..2c70a92cff67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('custom:Cryptonote')
provides=('monero-wallet-qt')
conflicts=('monero-wallet-qt')
-depends=("libmonero-wallet-git>=$_monerover"
+depends=("libmonero-wallet>=$_monerover"
'openssl' 'boost-libs>=1.45' 'libunwind' 'readline' 'unbound' 'hidapi'
'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects'
'qt5-location' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-tools' 'qt5-webchannel'