Date: Monday, April 3, 2023 @ 13:45:28
  Author: kpcyrd
Revision: 1434314

upgpkg: monero-gui 0.18.2.0-2 - add python build dependency for hardware wallet 
support

Modified:
  monero-gui/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-03 11:45:54 UTC (rev 1434313)
+++ PKGBUILD    2023-04-03 13:45:28 UTC (rev 1434314)
@@ -3,14 +3,14 @@
 pkgname=monero-gui
 pkgver=0.18.2.0
 _commit=710e3f694817b6db48092702ca061228e44a67cb
-pkgrel=1
+pkgrel=2
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
-license=('BSD')
+license=('BSD-3-Clause')
 arch=('x86_64')
 url="https://getmonero.org/";
 depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so' 
'libunbound.so'
     'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
-makedepends=('git' 'cmake' 'boost' 'qt5-tools')
+makedepends=('boost' 'cmake' 'git' 'python' 'qt5-tools')
 source=(
     "git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}";
     "git+https://github.com/monero-project/monero";

Reply via email to