summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortensor52021-09-14 02:00:47 +0000
committersvntogit2021-09-14 02:00:47 +0000
commitd1fe9922d136f0ddb622877304db37cf5397d28b (patch)
treee61200127624e0da436fa5d399de22f52e9cc9d7
parentbe581cd1387f10f00429df03033f363ac60a326a (diff)
downloadaur-d1fe9922d136f0ddb622877304db37cf5397d28b.tar.gz
upgpkg: electron13 13.4.0-1
git-svn-id: file:///srv/repos/svn-community/svn@1014769 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47fafaa2afe3..3d8585d73d96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electron13
pkgdesc = Build cross platform desktop apps with web technologies
- pkgver = 13.3.0
+ pkgver = 13.4.0
pkgrel = 1
url = https://electronjs.org/
arch = x86_64
@@ -40,7 +40,7 @@ pkgbase = electron13
optdepends = trash-cli: file deletion support (trash-put)
optdepends = xdg-utils: open URLs with desktop's default (xdg-email, xdg-open)
source = git+https://github.com/electron/electron.git
- source = git+https://chromium.googlesource.com/chromium/tools/depot_tools.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
source = electron-launcher.sh
source = electron.desktop
diff --git a/PKGBUILD b/PKGBUILD
index b407cf7812a6..defb3444e2d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nicola Squartini <tensor5@gmail.com>
pkgname=electron13
-pkgver=13.3.0
-_commit=5771f3826aef7cd8674aa02fb46a944570eee771
+pkgver=13.4.0
+_commit=75f366f4d0be2318584ffd3157b0e7356fce7c78
_chromiumver=91.0.4472.164
_gcc_patchset=5
pkgrel=1
@@ -21,7 +21,7 @@ optdepends=('kde-cli-tools: file deletion support (kioclient5)'
'trash-cli: file deletion support (trash-put)'
"xdg-utils: open URLs with desktop's default (xdg-email, xdg-open)")
source=('git+https://github.com/electron/electron.git'
- 'git+https://chromium.googlesource.com/chromium/tools/depot_tools.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"
"electron-launcher.sh"
"electron.desktop"