Date: Monday, December 19, 2022 @ 19:20:54
  Author: kpcyrd
Revision: 1362009

upgpkg: monero 0.18.1.2-3 - enable debug symbols

Modified:
  monero/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-19 19:13:30 UTC (rev 1362008)
+++ PKGBUILD    2022-12-19 19:20:54 UTC (rev 1362009)
@@ -3,13 +3,14 @@
 pkgname=monero
 pkgver=0.18.1.2
 _commit=66184f30859796f3c7c22f9497e41b15b5a4a7c9
-pkgrel=2
+pkgrel=3
 pkgdesc="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' 'protobuf' 'libusb' 'libudev.so' 'libunbound.so')
-makedepends=('git' 'cmake' 'boost')
+makedepends=('boost' 'cmake' 'git' 'python')
+options=('debug')
 source=(
     
"${pkgname}"::"git+https://github.com/monero-project/monero?signed#commit=${_commit}";
     "git+https://github.com/monero-project/supercop.git";

Reply via email to