Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
electron35
Commits:
bcf59ba8 by Caleb Maclennan at 2025-05-08T15:57:14+03:00
upgpkg: 35.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = electron35
pkgdesc = Build cross platform desktop apps with web technologies
- pkgver = 35.2.2
+ pkgver = 35.3.0
pkgrel = 1
url = https://electronjs.org
arch = x86_64
@@ -71,7 +71,7 @@ pkgbase = electron35
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=v35.2.2
+ source = git+https://github.com/electron/electron.git#tag=v35.3.0
source =
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/134-1/chromium-patches-134-1.tar.bz2
source = compiler-rt-adjust-paths.patch
source = blink-fix-missing-stdlib-include.patch
@@ -234,7 +234,7 @@ pkgbase = electron35
source =
chromium-mirror_third_party_dawn_third_party_langsvr::git+https://github.com/google/langsvr.git#commit=303c526231a90049a3e384549720f3fbd453cf66
source =
chromium-mirror_third_party_dawn_third_party_partition_alloc::git+https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator.git#commit=2e6b2efb6f435aa3dd400cb3bdcead2a601f8f9a
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 =
9592e28a5a96114b2ebee194b030d827e61d968a3bad1a119ed56ed3e02103e2
+ sha256sums =
749167748946c205f0118ddec4299fc3f731510f6ab8876ddd8badb985a17d1b
sha256sums =
6a7e3703a6453f0e960a0d69d0676aebf14a0a57428f938e349b39876ef2e157
sha256sums =
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
sha256sums =
a4a822e135b253c93089a80c679842cc470c6936742767ae09d952646889abd6
=====================================
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=35.2.2
+pkgver=35.3.0
_gcc_patches=134-1
pkgrel=1
_major_ver=${pkgver%%.*}
@@ -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=('9592e28a5a96114b2ebee194b030d827e61d968a3bad1a119ed56ed3e02103e2'
+sha256sums=('749167748946c205f0118ddec4299fc3f731510f6ab8876ddd8badb985a17d1b'
'6a7e3703a6453f0e960a0d69d0676aebf14a0a57428f938e349b39876ef2e157'
'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
'a4a822e135b253c93089a80c679842cc470c6936742767ae09d952646889abd6'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron35/-/commit/bcf59ba8489457ecf8ea6855dc7d10f4a8882c14
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron35/-/commit/bcf59ba8489457ecf8ea6855dc7d10f4a8882c14
You're receiving this email because of your account on gitlab.archlinux.org.