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

Kpcyrd kpcyrd at archlinux.org
Sat Dec 14 16:58:45 UTC 2019


    Date: Saturday, December 14, 2019 @ 16:58:44
  Author: kpcyrd
Revision: 537665

Install binary into /usr/bin with -t

Modified:
  monero-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-14 16:58:21 UTC (rev 537664)
+++ PKGBUILD	2019-12-14 16:58:44 UTC (rev 537665)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
 
 pkgname=monero-gui
-pkgver=0.15.0.1
+pkgver=0.15.0.2
 pkgrel=2
 pkgdesc="Official QT GUI wallet for Monero, a private, secure, untraceable peer-to-peer currency"
 license=('custom:Cryptonote')
@@ -31,7 +31,7 @@
 
 package() {
   cd "${pkgname}"
-  install -Dm755 build/release/bin/monero-wallet-gui "${pkgdir}/usr/bin/monero-gui"
+  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
   install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 



More information about the arch-commits mailing list