Date: Thursday, January 2, 2020 @ 19:11:09 Author: kpcyrd Revision: 546528
Add missing dependencies Modified: monero-gui/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-02 19:10:59 UTC (rev 546527) +++ PKGBUILD 2020-01-02 19:11:09 UTC (rev 546528) @@ -2,13 +2,13 @@ pkgname=monero-gui pkgver=0.15.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable peer-to-peer currency" license=('BSD') arch=('x86_64') url="https://getmonero.org/" depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 'hidapi' 'unbound' - 'qt5-base' 'qt5-declarative' 'qt5-quickcontrols' 'qt5-svg') + 'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns') makedepends=('git' 'cmake' 'boost' 'qt5-tools') source=( "${pkgname}"::"git+https://github.com/monero-project/monero-gui#tag=v${pkgver}"