Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
electron27
Commits:
e558ce48 by Caleb Maclennan at 2024-04-04T02:50:51+03:00
upgpkg: 27.3.9-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = electron27
pkgdesc = Build cross platform desktop apps with web technologies
- pkgver = 27.3.8
- pkgrel = 2
+ pkgver = 27.3.9
+ pkgrel = 1
url = https://electronjs.org
arch = x86_64
license = MIT
@@ -93,7 +93,7 @@ pkgbase = electron27
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=v27.3.8
+ source = git+https://github.com/electron/electron.git#tag=v27.3.9
source =
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/118-2/chromium-patches-118-2.tar.bz2
source = compiler-rt-adjust-paths.patch
source = default_app-icon.patch
@@ -255,7 +255,7 @@ pkgbase = electron27
source =
chromium-mirror_third_party_vulkan-deps_vulkan-tools_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git#commit=389110e4600669d82bca042859fddf898387c0d2
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=dd26ae7065a9ed60c8ab517ed79bf7935394aec7
source =
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=b89f48ae89ec064c91e8b77468cebc18c3faa682
- sha256sums =
f0a76d0559c8cd6a29da663072b479a0c45b86beb72fb1948b41f8352e2d1859
+ sha256sums =
0ff22a5fccd33307a66898226e5e28bf5d0ca6d3b7e724a800004489389805ad
sha256sums =
774be6af18350934a89a86ef62d97e3d5dabe89504a708bcb1bbd01134936ac7
sha256sums =
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
sha256sums =
dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4
=====================================
PKGBUILD
=====================================
@@ -8,9 +8,9 @@
# Note: source array can be synced with an Electron release after updating
$pkgver with:
# bash -c 'source PKGBUILD; _update_sources'
-pkgver=27.3.8
+pkgver=27.3.9
_gcc_patches=118-2
-pkgrel=2
+pkgrel=1
_major_ver=${pkgver%%.*}
pkgname="electron${_major_ver}"
pkgdesc='Build cross platform desktop apps with web technologies'
@@ -226,7 +226,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=b89f48ae89ec064c91e8b77468cebc18c3faa682
# END managed sources
)
-sha256sums=('f0a76d0559c8cd6a29da663072b479a0c45b86beb72fb1948b41f8352e2d1859'
+sha256sums=('0ff22a5fccd33307a66898226e5e28bf5d0ca6d3b7e724a800004489389805ad'
'774be6af18350934a89a86ef62d97e3d5dabe89504a708bcb1bbd01134936ac7'
'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron27/-/commit/e558ce48b9162d57567e0fe4119dae466aa69de7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electron27/-/commit/e558ce48b9162d57567e0fe4119dae466aa69de7
You're receiving this email because of your account on gitlab.archlinux.org.