Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
electron31
Commits:
f2b8073e by Caleb Maclennan at 2024-10-18T11:40:45+03:00
upgpkg: 31.7.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = electron31
pkgdesc = Build cross platform desktop apps with web technologies
- pkgver = 31.7.0
+ pkgver = 31.7.1
pkgrel = 1
url = https://electronjs.org
arch = x86_64
@@ -79,7 +79,7 @@ pkgbase = electron31
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=v31.7.0
+ source = git+https://github.com/electron/electron.git#tag=v31.7.1
source =
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/126/chromium-patches-126.tar.bz2
source = allow-ANGLEImplementation-kVulkan.patch
source = compiler-rt-adjust-paths.patch
@@ -251,7 +251,7 @@ pkgbase = electron31
source =
chromium-mirror_third_party_vulkan-deps_vulkan-tools_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git#commit=df8e710224f563a04b7db2680f72d31619c4b259
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=358a107a6ff284906dcccbabe5b0183c03fd85b6
source =
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=944660e342cfafb6c318d11731751d9a291434d4
- sha256sums =
99db8df36b56d0e5cb7187274d12bfac19e7036fb4fd784d168a171e6b04b87c
+ sha256sums =
5a99f2694a55d49f617c84289394c0560b3f9db79a89ec9036aee363efc09fd8
sha256sums =
daf0df74d2601c35fd66a746942d9ca3fc521ede92312f85af51d94c399fd6e0
sha256sums =
8f81059d79040ec598b5fb077808ec69d26d6c9cbebf9c4f4ea48b388a2596c5
sha256sums =
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
=====================================
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=31.7.0
+pkgver=31.7.1
_gcc_patches=126
pkgrel=1
_major_ver=${pkgver%%.*}
@@ -238,7 +238,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=944660e342cfafb6c318d11731751d9a291434d4
# END managed sources
)
-sha256sums=('99db8df36b56d0e5cb7187274d12bfac19e7036fb4fd784d168a171e6b04b87c'
+sha256sums=('5a99f2694a55d49f617c84289394c0560b3f9db79a89ec9036aee363efc09fd8'
'daf0df74d2601c35fd66a746942d9ca3fc521ede92312f85af51d94c399fd6e0'
'8f81059d79040ec598b5fb077808ec69d26d6c9cbebf9c4f4ea48b388a2596c5'
'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron31/-/commit/f2b8073e44976922dd69a1d5801b3141962b0c42
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron31/-/commit/f2b8073e44976922dd69a1d5801b3141962b0c42
You're receiving this email because of your account on gitlab.archlinux.org.