Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / electron28
Commits: af2af938 by Caleb Maclennan at 2024-03-13T23:43:35+03:00 upgpkg: 28.2.7-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = electron28 pkgdesc = Build cross platform desktop apps with web technologies - pkgver = 28.2.6 - pkgrel = 2 + pkgver = 28.2.7 + pkgrel = 1 url = https://electronjs.org arch = x86_64 license = MIT @@ -82,7 +82,7 @@ pkgbase = electron28 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=v28.2.6 + source = git+https://github.com/electron/electron.git#tag=v28.2.7 source = https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/120/chromium-patches-120.tar.bz2 source = drop-flag-unsupported-by-clang17.patch source = compiler-rt-adjust-paths.patch ===================================== 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=28.2.6 +pkgver=28.2.7 _gcc_patches=120 -pkgrel=2 +pkgrel=1 _major_ver=${pkgver%%.*} pkgname="electron${_major_ver}" pkgdesc='Build cross platform desktop apps with web technologies' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/electron28/-/commit/af2af938cc0c32300b2cd566b7f9478f124dd8f8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/electron28/-/commit/af2af938cc0c32300b2cd566b7f9478f124dd8f8 You're receiving this email because of your account on gitlab.archlinux.org.