Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
electron38


Commits:
adf6a842 by Caleb Maclennan at 2025-11-07T15:24:44+03:00
upgpkg: 38.6.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.5.0
+       pkgver = 38.6.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.5.0
+       source = git+https://github.com/electron/electron.git#tag=v38.6.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
@@ -85,7 +85,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.20.0
+       source = 
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v22.21.1
        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
@@ -234,7 +234,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 = 
952650f51ad7a135200924b11e8ba331757ada5498a5bba5f34bd67ebf1b90b6
+       sha256sums = 
b4998be6084d96483c9d20e38476c948ec68a960f32f050ba7a1fa8e117e19bd
        sha256sums = 
e8b1c431dd64442bacaf8e1db57faf442c510e67d171ebc6e887aee8c6aa3f9f
        sha256sums = 
11a96ffa21448ec4c63dd5c8d6795a1998d8e5cd5a689d91aea4d2bdd13fb06e
        sha256sums = 
5abc8611463b3097fc5ce58017ef918af8b70d616ad093b8b486d017d021bbdf
@@ -248,7 +248,7 @@ pkgbase = electron38
        sha256sums = 
7135a7cd88d24febf39f1551a85358f6c7e46a7e15f63aed873ce0f52d3c2313
        sha256sums = 
564da0ed433d616754b3107f36ae3e8a62e5232815d51a4d9d5ce670f4e63075
        sha256sums = 
0b7a546ee6913c49519c10c293ac530ff381641a8a465fa2e184d6dbe0fb784d
-       sha256sums = 
503be44b6b4f7d40227df2d753cbdac94110d21abbbe467b17ee56e3d94a8af5
+       sha256sums = 
34b78789cc7bbd5ac6be816bc04ac5014afdd1bbf80a4475cbb966fca6548f34
        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.5.0
+pkgver=38.6.0
 _gcc_patches=140
 pkgrel=1
 _major_ver=${pkgver%%.*}
@@ -76,7 +76,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.20.0
+        
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v22.21.1
         
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
@@ -227,7 +227,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=('952650f51ad7a135200924b11e8ba331757ada5498a5bba5f34bd67ebf1b90b6'
+sha256sums=('b4998be6084d96483c9d20e38476c948ec68a960f32f050ba7a1fa8e117e19bd'
             'e8b1c431dd64442bacaf8e1db57faf442c510e67d171ebc6e887aee8c6aa3f9f'
             '11a96ffa21448ec4c63dd5c8d6795a1998d8e5cd5a689d91aea4d2bdd13fb06e'
             '5abc8611463b3097fc5ce58017ef918af8b70d616ad093b8b486d017d021bbdf'
@@ -241,7 +241,7 @@ 
sha256sums=('952650f51ad7a135200924b11e8ba331757ada5498a5bba5f34bd67ebf1b90b6'
             '7135a7cd88d24febf39f1551a85358f6c7e46a7e15f63aed873ce0f52d3c2313'
             '564da0ed433d616754b3107f36ae3e8a62e5232815d51a4d9d5ce670f4e63075'
             '0b7a546ee6913c49519c10c293ac530ff381641a8a465fa2e184d6dbe0fb784d'
-            '503be44b6b4f7d40227df2d753cbdac94110d21abbbe467b17ee56e3d94a8af5'
+            '34b78789cc7bbd5ac6be816bc04ac5014afdd1bbf80a4475cbb966fca6548f34'
             '3522166c3ca75316a172b7cc4fe12bba9367e30fed16df8193ede2e236dca8c5'
             '60935b226794933e881973746d892eb6fb7b7d596bf6cf9ff3c4f2da56240a9b'
             'ebc1cc4b588db5f466f5a65b5abd4b33823fc7f91f91f5dd5e78d46f4bf67194'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron38/-/commit/adf6a842b8d01d1a340f5fd8fdaeb004f8b99a28

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron38/-/commit/adf6a842b8d01d1a340f5fd8fdaeb004f8b99a28
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to