Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
electron22
Commits:
d46c4f51 by Caleb Maclennan at 2023-10-09T23:50:07+03:00
upgpkg: 22.3.26-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = electron22
pkgdesc = Build cross platform desktop apps with web technologies
- pkgver = 22.3.25
- pkgrel = 2
+ pkgver = 22.3.26
+ pkgrel = 1
url = https://electronjs.org/
arch = x86_64
license = MIT
@@ -60,7 +60,7 @@ pkgbase = electron22
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#tag=v22.3.25
+ source = git+https://github.com/electron/electron.git#tag=v22.3.26
source =
git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main
source =
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=108.0.5359.215
source =
https://github.com/stha09/chromium-patches/releases/download/chromium-108-patchset-2/chromium-108-patchset-2.tar.xz
=====================================
PKGBUILD
=====================================
@@ -7,11 +7,11 @@
# https://github.com/stha09/chromium-patches/releases
_use_suffix=1
-pkgver=22.3.25
+pkgver=22.3.26
_chromiumver=108.0.5359.215
_gcc_patchset=2
# shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
_major_ver=${pkgver%%.*}
if [[ ${_use_suffix} != 0 ]]; then
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron22/-/commit/d46c4f5166b82568818beb203b82b451693e45b5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron22/-/commit/d46c4f5166b82568818beb203b82b451693e45b5
You're receiving this email because of your account on gitlab.archlinux.org.