Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
electron38
Commits:
e1f7b1f0 by Caleb Maclennan at 2026-01-28T12:55:01+03:00
upgpkg: 38.8.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = electron38
pkgdesc = Build cross platform desktop apps with web technologies
- pkgver = 38.7.2
+ pkgver = 38.8.0
pkgrel = 1
url = https://electronjs.org
arch = x86_64
@@ -71,7 +71,7 @@ pkgbase = electron38
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=v38.7.2
+ source = git+https://github.com/electron/electron.git#tag=v38.8.0
source =
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/140/chromium-patches-140.tar.bz2
source = chromium-138-nodejs-version-check.patch
source = chromium-138-rust-1.86-mismatched_lifetime_syntaxes.patch
@@ -84,7 +84,7 @@ pkgbase = electron38
source = makepkg-source-roller.py
source =
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=140.0.7339.249
source =
chromium-mirror_third_party_nan::git+https://github.com/nodejs/nan.git#commit=e14bdcd1f72d62bca1d541b66da43130384ec213
- source =
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v22.21.1
+ source =
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v22.22.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=37f6e68a107df43b7d7e044fd36a13cbae3413f2
source =
chromium-mirror_third_party_compiler-rt_src::git+https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt.git#commit=dc425afb37a69b60c8c02fef815af29e91b61773
@@ -233,7 +233,7 @@ pkgbase = electron38
source =
chromium-mirror_third_party_dawn_tools_protoc_wrapper::git+https://chromium.googlesource.com/chromium/src/tools/protoc_wrapper.git#commit=8ad6d21544b14c7f753852328d71861b363cc512
source =
chromium-mirror_third_party_dawn_third_party_partition_alloc::git+https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator.git#commit=2041003ba674f918c33b1afaaad74e652f34bcea
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 =
c7069438e8f2b1c3f11ab4c57547168ba03c2cbdfc2d8b5dcdc457a22fcc2c30
+ sha256sums =
4a565380e171d283ae55f4e3b4dad5adeb9eff0a0e33d805eca2101531e925ae
sha256sums =
e8b1c431dd64442bacaf8e1db57faf442c510e67d171ebc6e887aee8c6aa3f9f
sha256sums =
11a96ffa21448ec4c63dd5c8d6795a1998d8e5cd5a689d91aea4d2bdd13fb06e
sha256sums =
5abc8611463b3097fc5ce58017ef918af8b70d616ad093b8b486d017d021bbdf
@@ -246,7 +246,7 @@ pkgbase = electron38
sha256sums =
7135a7cd88d24febf39f1551a85358f6c7e46a7e15f63aed873ce0f52d3c2313
sha256sums =
564da0ed433d616754b3107f36ae3e8a62e5232815d51a4d9d5ce670f4e63075
sha256sums =
0b7a546ee6913c49519c10c293ac530ff381641a8a465fa2e184d6dbe0fb784d
- sha256sums =
34b78789cc7bbd5ac6be816bc04ac5014afdd1bbf80a4475cbb966fca6548f34
+ sha256sums =
15355f12077d5751500bfb1a427ed37df12a7abdddc9f979ccd44751ff7a2c01
sha256sums =
3522166c3ca75316a172b7cc4fe12bba9367e30fed16df8193ede2e236dca8c5
sha256sums =
60935b226794933e881973746d892eb6fb7b7d596bf6cf9ff3c4f2da56240a9b
sha256sums =
ebc1cc4b588db5f466f5a65b5abd4b33823fc7f91f91f5dd5e78d46f4bf67194
=====================================
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=38.7.2
+pkgver=38.8.0
_gcc_patches=140
pkgrel=1
_major_ver=${pkgver%%.*}
@@ -75,7 +75,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=140.0.7339.249
chromium-mirror_third_party_nan::git+https://github.com/nodejs/nan.git#commit=e14bdcd1f72d62bca1d541b66da43130384ec213
-
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v22.21.1
+
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v22.22.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=37f6e68a107df43b7d7e044fd36a13cbae3413f2
chromium-mirror_third_party_compiler-rt_src::git+https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt.git#commit=dc425afb37a69b60c8c02fef815af29e91b61773
@@ -226,7 +226,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=('c7069438e8f2b1c3f11ab4c57547168ba03c2cbdfc2d8b5dcdc457a22fcc2c30'
+sha256sums=('4a565380e171d283ae55f4e3b4dad5adeb9eff0a0e33d805eca2101531e925ae'
'e8b1c431dd64442bacaf8e1db57faf442c510e67d171ebc6e887aee8c6aa3f9f'
'11a96ffa21448ec4c63dd5c8d6795a1998d8e5cd5a689d91aea4d2bdd13fb06e'
'5abc8611463b3097fc5ce58017ef918af8b70d616ad093b8b486d017d021bbdf'
@@ -239,7 +239,7 @@
sha256sums=('c7069438e8f2b1c3f11ab4c57547168ba03c2cbdfc2d8b5dcdc457a22fcc2c30'
'7135a7cd88d24febf39f1551a85358f6c7e46a7e15f63aed873ce0f52d3c2313'
'564da0ed433d616754b3107f36ae3e8a62e5232815d51a4d9d5ce670f4e63075'
'0b7a546ee6913c49519c10c293ac530ff381641a8a465fa2e184d6dbe0fb784d'
- '34b78789cc7bbd5ac6be816bc04ac5014afdd1bbf80a4475cbb966fca6548f34'
+ '15355f12077d5751500bfb1a427ed37df12a7abdddc9f979ccd44751ff7a2c01'
'3522166c3ca75316a172b7cc4fe12bba9367e30fed16df8193ede2e236dca8c5'
'60935b226794933e881973746d892eb6fb7b7d596bf6cf9ff3c4f2da56240a9b'
'ebc1cc4b588db5f466f5a65b5abd4b33823fc7f91f91f5dd5e78d46f4bf67194'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron38/-/commit/e1f7b1f0371803a8dcc3defc4329733e00ae6b7b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron38/-/commit/e1f7b1f0371803a8dcc3defc4329733e00ae6b7b
You're receiving this email because of your account on gitlab.archlinux.org.