[arch-commits] Commit in monero-gui/trunk (PKGBUILD)

Kpcyrd kpcyrd at gemini.archlinux.org
Tue Jan 11 14:54:44 UTC 2022


    Date: Tuesday, January 11, 2022 @ 14:54:43
  Author: kpcyrd
Revision: 1100554

upgpkg: monero-gui 0.17.3.1-1

Modified:
  monero-gui/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 14:02:59 UTC (rev 1100553)
+++ PKGBUILD	2022-01-11 14:54:43 UTC (rev 1100554)
@@ -1,9 +1,9 @@
 # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
 
 pkgname=monero-gui
-pkgver=0.17.3.0
-_commit=bddb9b0050ee086da5c7ee7fdb3627e0dff9f179
-pkgrel=4
+pkgver=0.17.3.1
+_commit=a959919b8ad798d1384f83c5bf3ed7a2d16dc8aa
+pkgrel=1
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable peer-to-peer currency"
 license=('BSD')
 arch=('x86_64')
@@ -54,7 +54,7 @@
 build() {
   cd "${pkgname}"
   mkdir -p build && cd build
-  cmake -D CMAKE_BUILD_TYPE=Release -D ARCH=default ../
+  cmake -D CMAKE_BUILD_TYPE=Release -D ARCH=default -D WITH_DESKTOP_ENTRY=OFF ../
   make
 }
 



More information about the arch-commits mailing list