Date: Wednesday, March 1, 2023 @ 10:24:37
Author: kpcyrd
Revision: 1405840
upgpkg: monero-gui 0.18.2.0-1
Modified:
monero-gui/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-01 10:24:03 UTC (rev 1405839)
+++ PKGBUILD 2023-03-01 10:24:37 UTC (rev 1405840)
@@ -1,9 +1,9 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
pkgname=monero-gui
-pkgver=0.18.1.2
-_commit=aef4a982dc644b3e971a89c8b65dd57d21d5e085
-pkgrel=3
+pkgver=0.18.2.0
+_commit=710e3f694817b6db48092702ca061228e44a67cb
+pkgrel=1
pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable
peer-to-peer currency"
license=('BSD')
arch=('x86_64')
@@ -46,9 +46,6 @@
git config submodule.external/randomx.url "$srcdir/randomx"
git config submodule.external/supercop.url "$srcdir/supercop"
git -c protocol.file.allow=always submodule update
-
- # common: add missing includes
- git format-patch -1 --stdout 96677fffcd43 | patch -Np1
}
build() {