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

Evangelos Foutras foutrelis at archlinux.org
Tue Jun 8 20:21:20 UTC 2021


    Date: Tuesday, June 8, 2021 @ 20:21:19
  Author: foutrelis
Revision: 959885

Fix build with boost 1.76

Modified:
  monero-gui/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-08 20:12:48 UTC (rev 959884)
+++ PKGBUILD	2021-06-08 20:21:19 UTC (rev 959885)
@@ -21,6 +21,7 @@
     "git+https://github.com/tevador/randomx.git"
     "git+https://github.com/monero-project/supercop.git"
     "monero-gui.desktop"
+    monero-boost1.76.patch::https://github.com/selsta/monero/commit/c28d2f7c.patch
 )
 sha512sums=('SKIP'
             'SKIP'
@@ -30,7 +31,8 @@
             'SKIP'
             'SKIP'
             'SKIP'
-            '98b67aec60e492f0a220a156a110baf96862343d3802ec34347c70c7af671a1ae49ccaec218f2e8f81e153c433e9145ad2f55b8613ce6999fc2c87fbd81fd8e1')
+            '98b67aec60e492f0a220a156a110baf96862343d3802ec34347c70c7af671a1ae49ccaec218f2e8f81e153c433e9145ad2f55b8613ce6999fc2c87fbd81fd8e1'
+            'c67ab4d4e7449d3690663647aa14411cce90ded9c9aa8bcd600ddbd3cd7633b3f5ec346c3c3c587951e9b1c380c99490764d70421ee0a9abb0fcc470e1f76c48')
 validpgpkeys=(
   '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi1111 <luigi1111w at gmail.com>
   '487277A8BD0A209C16B700F3C64552D877C32479' # Alexander Blair (Snipa / Snipa22) <snipa at jagtech.io>
@@ -49,6 +51,8 @@
   git config submodule.external/randomx.url "$srcdir/randomx"
   git config submodule.external/supercop.url "$srcdir/supercop"
   git submodule update
+
+  patch -Np1 -i ../../monero-boost1.76.patch # Fix build with boost 1.76
 }
 
 build() {



More information about the arch-commits mailing list