summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortensor52022-01-27 08:54:55 +0000
committersvntogit2022-01-27 08:54:55 +0000
commitd042cef9386d132b5add7aadda2c86b3b91c2928 (patch)
tree5f91478ffb7632acd06b647fc380bc07c201ca7d
parentd3f32da7fec36260bc236a3da1f05e3d01062594 (diff)
downloadaur-d042cef9386d132b5add7aadda2c86b3b91c2928.tar.gz
upgpkg: electron13 13.6.8-1
git-svn-id: file:///srv/repos/svn-community/svn@1116692 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48367c958846..add38be24ef1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electron13
pkgdesc = Build cross platform desktop apps with web technologies
- pkgver = 13.6.7
+ pkgver = 13.6.8
pkgrel = 1
url = https://electronjs.org/
arch = x86_64
@@ -38,6 +38,7 @@ pkgbase = electron13
optdepends = pipewire: WebRTC desktop sharing under Wayland
optdepends = trash-cli: file deletion support (trash-put)
optdepends = xdg-utils: open URLs with desktop's default (xdg-email, xdg-open)
+ options = !lto
source = git+https://github.com/electron/electron.git
source = git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main
source = https://github.com/stha09/chromium-patches/releases/download/chromium-91-patchset-5/chromium-91-patchset-5.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index afc7ea022c6e..0aa6624ca6e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nicola Squartini <tensor5@gmail.com>
pkgname=electron13
-pkgver=13.6.7
-_commit=653e2ea0afdbd8571b4aa7375f0d41d0c7930d33
+pkgver=13.6.8
+_commit=fc41c71ce0f2f156c15237bd0c792f4e0a847ff7
_chromiumver=91.0.4472.164
_gcc_patchset=5
pkgrel=1
@@ -20,6 +20,7 @@ optdepends=('kde-cli-tools: file deletion support (kioclient5)'
'pipewire: WebRTC desktop sharing under Wayland'
'trash-cli: file deletion support (trash-put)'
"xdg-utils: open URLs with desktop's default (xdg-email, xdg-open)")
+options=('!lto') # Electron adds its own flags for ThinLTO
source=('git+https://github.com/electron/electron.git'
'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main'
"https://github.com/stha09/chromium-patches/releases/download/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}.tar.xz"