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


Commits:
89ccf85c by Caleb Maclennan at 2024-09-06T12:21:13+03:00
upgpkg: 30.5.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = electron30
        pkgdesc = Build cross platform desktop apps with web technologies
-       pkgver = 30.4.0
+       pkgver = 30.5.0
        pkgrel = 1
        url = https://electronjs.org
        arch = x86_64
@@ -79,7 +79,7 @@ pkgbase = electron30
        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=v30.4.0
+       source = git+https://github.com/electron/electron.git#tag=v30.5.0
        source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/124/chromium-patches-124.tar.bz2
        source = drop-flag-unsupported-by-clang17.patch
        source = compiler-rt-adjust-paths.patch
@@ -91,7 +91,7 @@ pkgbase = electron30
        source = makepkg-source-roller.py
        source = 
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=124.0.6367.243
        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=v20.15.1
+       source = 
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v20.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=e5337933f2951cacd3aeacd238ce4578163ca0b9
        source = 
chromium-mirror_third_party_libc++_src::git+https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git#commit=80307e66e74bae927fb8709a549859e777e3bf0b
@@ -245,7 +245,7 @@ pkgbase = electron30
        source = 
chromium-mirror_third_party_vulkan-deps_vulkan-tools_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git#commit=733fd2b522918f81f9c4669350dafd066f99c5d5
        source = 
chromium-mirror_third_party_vulkan-deps_vulkan-utility-libraries_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries.git#commit=a4140c5fd47dcf3a030726a60b293db61cfb54a3
        source = 
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=5b8af92af052c83444ac560ff1e28c1c322424ef
-       sha256sums = 
46222974e0ca7d4836ccc7d0d4482c27e367069a5195aea2537fc526257ce3c2
+       sha256sums = 
f1d261d7f5c16e81c0615bc9280d6146ba922cdf5c637dce8a22b2f1aa0337d0
        sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
        sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
        sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
@@ -257,7 +257,7 @@ pkgbase = electron30
        sha256sums = 
3ae82375ba212c31fd4ba6f1fa4e2445eeca8eb8c952176131ad57c0258db224
        sha256sums = 
f1674e6550645996c9e4fdb3de00f1f53978c2d4a72daec127d9e2973cc33ecb
        sha256sums = 
0b7a546ee6913c49519c10c293ac530ff381641a8a465fa2e184d6dbe0fb784d
-       sha256sums = 
f2ab97969837ccec24dda35ade541dd22714707bf7832bbc2c766a511bda6ec3
+       sha256sums = 
be886a4bef34fdc753c4babf1fbd0823db4a34c4a9770597beae835e3f537e95
        sha256sums = 
3522166c3ca75316a172b7cc4fe12bba9367e30fed16df8193ede2e236dca8c5
        sha256sums = 
1a1204e831ce56a1ea506037aae01417cf5157b5fb0e26a5e3310227ebd973cc
        sha256sums = 
e4b03ed3959fc4c880c7e886e69003009575209f5add6c8911e8c10d518b21f6


=====================================
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=30.4.0
+pkgver=30.5.0
 _gcc_patches=124
 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=124.0.6367.243
         
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=v20.15.1
+        
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v20.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=e5337933f2951cacd3aeacd238ce4578163ca0b9
         
chromium-mirror_third_party_libc++_src::git+https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git#commit=80307e66e74bae927fb8709a549859e777e3bf0b
@@ -232,7 +232,7 @@ 
source=("git+https://github.com/electron/electron.git#tag=v$pkgver";
         
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=5b8af92af052c83444ac560ff1e28c1c322424ef
         # END managed sources
         )
-sha256sums=('46222974e0ca7d4836ccc7d0d4482c27e367069a5195aea2537fc526257ce3c2'
+sha256sums=('f1d261d7f5c16e81c0615bc9280d6146ba922cdf5c637dce8a22b2f1aa0337d0'
             'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
             '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'
             'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
@@ -244,7 +244,7 @@ 
sha256sums=('46222974e0ca7d4836ccc7d0d4482c27e367069a5195aea2537fc526257ce3c2'
             '3ae82375ba212c31fd4ba6f1fa4e2445eeca8eb8c952176131ad57c0258db224'
             'f1674e6550645996c9e4fdb3de00f1f53978c2d4a72daec127d9e2973cc33ecb'
             '0b7a546ee6913c49519c10c293ac530ff381641a8a465fa2e184d6dbe0fb784d'
-            'f2ab97969837ccec24dda35ade541dd22714707bf7832bbc2c766a511bda6ec3'
+            'be886a4bef34fdc753c4babf1fbd0823db4a34c4a9770597beae835e3f537e95'
             '3522166c3ca75316a172b7cc4fe12bba9367e30fed16df8193ede2e236dca8c5'
             '1a1204e831ce56a1ea506037aae01417cf5157b5fb0e26a5e3310227ebd973cc'
             'e4b03ed3959fc4c880c7e886e69003009575209f5add6c8911e8c10d518b21f6'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron30/-/commit/89ccf85cdefad5fcc11bf74e429cddf20c08aa36

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


Reply via email to