Date: Tuesday, September 14, 2021 @ 03:13:19 Author: tensor5 Revision: 1014771
upgpkg: electron12 12.1.1-1 Modified: electron12/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-14 02:02:01 UTC (rev 1014770) +++ PKGBUILD 2021-09-14 03:13:19 UTC (rev 1014771) @@ -1,8 +1,8 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=electron12 -pkgver=12.1.0 -_commit=ea234f9cb991bfbb0bd4bff7bdf7aba2dd726dfb +pkgver=12.1.1 +_commit=05c31e912178d7950d62a7f42ee2a9a32148c85e _chromiumver=89.0.4389.128 _gcc_patchset=7 pkgrel=1 @@ -21,7 +21,7 @@ '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"
