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

Kpcyrd kpcyrd at archlinux.org
Mon Oct 12 21:43:07 UTC 2020


    Date: Monday, October 12, 2020 @ 21:43:06
  Author: kpcyrd
Revision: 723761

upgpkg: monero-gui 0.17.0.1-1

Modified:
  monero-gui/trunk/PKGBUILD

----------+
 PKGBUILD |   39 ++++++++++++++++++++++++++++++---------
 1 file changed, 30 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-12 21:40:55 UTC (rev 723760)
+++ PKGBUILD	2020-10-12 21:43:06 UTC (rev 723761)
@@ -1,9 +1,9 @@
 # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
 
 pkgname=monero-gui
-pkgver=0.16.0.3
-_commit=3c690231350c32c7a364ce6729759547ef939cbe
-pkgrel=2
+pkgver=0.17.0.1
+_commit=afc2e846fd280248610ab56eb5e39966f0305d5d
+pkgrel=1
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable peer-to-peer currency"
 license=('BSD')
 arch=('x86_64')
@@ -12,27 +12,48 @@
     'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
 makedepends=('git' 'cmake' 'boost' 'qt5-tools')
 source=(
-    "git+https://github.com/monero-project/monero-gui#commit=${_commit}"
+    "git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}"
     "git+https://github.com/monero-project/monero"
+    "git+https://github.com/monero-project/unbound.git"
+    "git+https://github.com/monero-project/miniupnp.git"
+    "git+https://github.com/Tencent/rapidjson.git"
+    "git+https://github.com/trezor/trezor-common.git"
+    "git+https://github.com/tevador/randomx.git"
+    "git+https://github.com/monero-project/supercop.git"
+    "https://github.com/monero-project/monero-gui/commit/6ed536982953d870010d8fa065dccbffeb6cae50.patch"
     "monero-gui.desktop"
-    "fix-qt5_15_1-build.patch::https://github.com/monero-project/monero-gui/commit/1d2840f8b5fa46cbbcae2f58f3bdbd33ac49b1a4.patch"
 )
 sha512sums=('SKIP'
             'SKIP'
-            '8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8'
-            '5490363e8c5b063dad7809d0616fd85890483790bfc19b6259c06c06a68a6300b99eab09e2cf43e1a8c527c63ad80d9921cf39c360c5ad14a177bf63a998ef72')
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'dcc0004ffdb7f73899dcb70e233608c24346599286af5bbfb36f603e3c51208f1a474e92a9aa4e4fd70c3eee9a5d259e97c813aa55d179e499e139b630b418d3'
+            '8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
+validpgpkeys=('8777AB8F778EE89487A2F8E7F4ACA0183641E010') # luigi1111 <luigi1111w at gmail.com>
 
 prepare() {
   cd "${pkgname}"
-  patch -Np1 < ../fix-qt5_15_1-build.patch
+  patch -Np1 < ../6ed536982953d870010d8fa065dccbffeb6cae50.patch
   git submodule init
   git config submodule.monero.url "$srcdir/monero"
   git submodule update
+  cd monero
+  git config submodule.external/unbound.url "$srcdir/unbound"
+  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
+  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
+  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
+  git config submodule.external/randomx.url "$srcdir/randomx"
+  git config submodule.external/supercop.url "$srcdir/supercop"
+  git submodule update
 }
 
 build() {
   cd "${pkgname}"
-  ARCH=default QT_SELECT=5 ./build.sh
+  ARCH=default make release
 }
 
 package() {



More information about the arch-commits mailing list