[arch-commits] Commit in electron5/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Tue Mar 3 21:07:57 UTC 2020
Date: Tuesday, March 3, 2020 @ 21:07:57
Author: archange
Revision: 589854
upgpkg: electron5 5.0.13-1
Switch to gen-m76 to fix build issue
Modified:
electron5/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-03 21:05:34 UTC (rev 589853)
+++ PKGBUILD 2020-03-03 21:07:57 UTC (rev 589854)
@@ -1,8 +1,8 @@
# Maintainer: Nicola Squartini <tensor5 at gmail.com>
pkgname=electron5
-pkgver=5.0.12
-_commit=92536d63de860d2207da25c12c9445fda72cfb84
+pkgver=5.0.13
+_commit=f5fab127ca0eff5336e6cd469c794fdb9e3330b4
_chromiumver=73.0.3683.121
pkgrel=1
pkgdesc='Build cross platform desktop apps with web technologies'
@@ -11,7 +11,7 @@
license=('MIT' 'custom')
depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libnghttp2'
'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'java-runtime-headless'
+makedepends=('clang' 'git' 'gn-m76' 'gperf' 'harfbuzz-icu' 'java-runtime-headless'
'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils'
'python2' 'wget' 'yasm')
optdepends=('kde-cli-tools: file deletion support (kioclient5)'
@@ -168,7 +168,7 @@
use_gnome_keyring = false
use_sysroot = false
'
- gn gen out/Release \
+ gn-m76 gen out/Release \
--args="import(\"//electron/build/args/release.gn\") ${GN_EXTRA_ARGS}"
ninja -C out/Release electron
# Strip before zip to avoid
More information about the arch-commits
mailing list