Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
electron41
Commits:
fae91e02 by Caleb Maclennan at 2026-06-17T18:11:26+03:00
upgpkg: 41.8.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = electron41
pkgdesc = Build cross platform desktop apps with web technologies
- pkgver = 41.7.2
+ pkgver = 41.8.0
pkgrel = 1
url = https://electronjs.org
arch = x86_64
@@ -68,7 +68,7 @@ pkgbase = electron41
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=v41.7.2
+ source = git+https://github.com/electron/electron.git#tag=v41.8.0
source =
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/146/chromium-patches-146.tar.bz2
source = chromium-138-nodejs-version-check.patch
source = chromium-138-rust-1.86-mismatched_lifetime_syntaxes.patch
@@ -85,7 +85,7 @@ pkgbase = electron41
source = makepkg-source-roller.py
source =
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=146.0.7680.216
source =
chromium-mirror_third_party_nan::git+https://github.com/nodejs/nan.git#commit=675cefebca42410733da8a454c8d9391fcebfbc2
- source =
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v24.15.0
+ source =
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v24.16.0
source =
chromium-mirror_third_party_engflow-reclient-configs::git+https://github.com/EngFlow/reclient-configs.git#commit=955335c30a752e9ef7bff375baab5e0819b6c00d
source =
chromium-mirror_third_party_clang-format_script::git+https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git#commit=c2725e0622e1a86d55f14514f2177a39efea4a0e
source =
chromium-mirror_third_party_compiler-rt_src::git+https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt.git#commit=86587046105639b66fe40059bf8fdb8a33522f97
@@ -241,7 +241,7 @@ pkgbase = electron41
source =
chromium-mirror_third_party_dawn_tools_protoc_wrapper::git+https://chromium.googlesource.com/chromium/src/tools/protoc_wrapper.git#commit=3438d4183bfc7c0d6850e8b970204cc8189f0323
source =
chromium-mirror_third_party_dawn_third_party_partition_alloc::git+https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator.git#commit=51b41d1d8503d591014d98df29bdd94db18279a9
source =
chromium-mirror_third_party_openscreen_src_third_party_tinycbor_src::git+https://chromium.googlesource.com/external/github.com/intel/tinycbor.git#commit=d393c16f3eb30d0c47e6f9d92db62272f0ec4dc7
- sha256sums =
bf4facae0ea9cad3139eab5c8694076f7902c63b255d38c886b4a2ff07667be8
+ sha256sums =
f84f8a57144f95f10f232b37f0f05b44c967068be7df18a5d8ad69424cb68467
sha256sums =
606259094fe5ac5f5b2befcb7a8e89ccc973a302b948d6531e2498daa2e2cf46
sha256sums =
11a96ffa21448ec4c63dd5c8d6795a1998d8e5cd5a689d91aea4d2bdd13fb06e
sha256sums =
5abc8611463b3097fc5ce58017ef918af8b70d616ad093b8b486d017d021bbdf
@@ -258,7 +258,7 @@ pkgbase = electron41
sha256sums =
da228d1bbe2e078acf33f0f1123f5eaf82fbd3af6f93e67315390a6cd685c1df
sha256sums =
0307fbd4a1aefdf201a96e8e7db37dc15e0c732efbd30204abf010fb18bebdaa
sha256sums =
609bc1e61871d917be64ed793584119e0414761a5d577af21abaf4e4f1474f09
- sha256sums =
2cc8605656aa3ac86b3821ea8dee8cd44e942f1bfb5a336a76fac6f756d431a2
+ sha256sums =
c8ccbe23957c76b51696afff5647ff439f7d7bb919a448de233032c49f465aec
sha256sums =
3522166c3ca75316a172b7cc4fe12bba9367e30fed16df8193ede2e236dca8c5
sha256sums =
ede5c3e8ef1e0ccab5a67a8ae65bfd1980afcabe9f112d3ba68b0fdcde5e0f4d
sha256sums =
f3d4666964fb9697ff11712bae7d6bd4c3bbbdaba1f253d3d5a86596573ddaad
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
# Note: source array can be synced with an Electron release after updating
$pkgver with:
# bash -c 'source PKGBUILD; _update_sources'
-pkgver=41.7.2
+pkgver=41.8.0
_gcc_patches=146
pkgrel=1
_major_ver=${pkgver%%.*}
@@ -78,7 +78,7 @@
source=("git+https://github.com/electron/electron.git#tag=v$pkgver"
# BEGIN managed sources
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=146.0.7680.216
chromium-mirror_third_party_nan::git+https://github.com/nodejs/nan.git#commit=675cefebca42410733da8a454c8d9391fcebfbc2
-
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v24.15.0
+
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v24.16.0
chromium-mirror_third_party_engflow-reclient-configs::git+https://github.com/EngFlow/reclient-configs.git#commit=955335c30a752e9ef7bff375baab5e0819b6c00d
chromium-mirror_third_party_clang-format_script::git+https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git#commit=c2725e0622e1a86d55f14514f2177a39efea4a0e
chromium-mirror_third_party_compiler-rt_src::git+https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt.git#commit=86587046105639b66fe40059bf8fdb8a33522f97
@@ -236,7 +236,7 @@
source=("git+https://github.com/electron/electron.git#tag=v$pkgver"
chromium-mirror_third_party_openscreen_src_third_party_tinycbor_src::git+https://chromium.googlesource.com/external/github.com/intel/tinycbor.git#commit=d393c16f3eb30d0c47e6f9d92db62272f0ec4dc7
# END managed sources
)
-sha256sums=('bf4facae0ea9cad3139eab5c8694076f7902c63b255d38c886b4a2ff07667be8'
+sha256sums=('f84f8a57144f95f10f232b37f0f05b44c967068be7df18a5d8ad69424cb68467'
'606259094fe5ac5f5b2befcb7a8e89ccc973a302b948d6531e2498daa2e2cf46'
'11a96ffa21448ec4c63dd5c8d6795a1998d8e5cd5a689d91aea4d2bdd13fb06e'
'5abc8611463b3097fc5ce58017ef918af8b70d616ad093b8b486d017d021bbdf'
@@ -253,7 +253,7 @@
sha256sums=('bf4facae0ea9cad3139eab5c8694076f7902c63b255d38c886b4a2ff07667be8'
'da228d1bbe2e078acf33f0f1123f5eaf82fbd3af6f93e67315390a6cd685c1df'
'0307fbd4a1aefdf201a96e8e7db37dc15e0c732efbd30204abf010fb18bebdaa'
'609bc1e61871d917be64ed793584119e0414761a5d577af21abaf4e4f1474f09'
- '2cc8605656aa3ac86b3821ea8dee8cd44e942f1bfb5a336a76fac6f756d431a2'
+ 'c8ccbe23957c76b51696afff5647ff439f7d7bb919a448de233032c49f465aec'
'3522166c3ca75316a172b7cc4fe12bba9367e30fed16df8193ede2e236dca8c5'
'ede5c3e8ef1e0ccab5a67a8ae65bfd1980afcabe9f112d3ba68b0fdcde5e0f4d'
'f3d4666964fb9697ff11712bae7d6bd4c3bbbdaba1f253d3d5a86596573ddaad'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron41/-/commit/fae91e02785ad3e040a1a8a6e98bf48dcbd78a4e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron41/-/commit/fae91e02785ad3e040a1a8a6e98bf48dcbd78a4e
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help