diff options
author | Caleb Maclennan | 2024-09-13 17:03:28 +0300 |
---|---|---|
committer | Caleb Maclennan | 2024-09-13 17:03:28 +0300 |
commit | 82c74c03ada4bcae6efd518055591e5749d6cb62 (patch) | |
tree | 423537988dabd7c313cebe7e76305db320b2f640 | |
parent | 89ccf85cdefad5fcc11bf74e429cddf20c08aa36 (diff) | |
download | aur-82c74c03ada4bcae6efd518055591e5749d6cb62.tar.gz |
upgpkg: 30.5.1-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = electron30 pkgdesc = Build cross platform desktop apps with web technologies - pkgver = 30.5.0 + pkgver = 30.5.1 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.5.0 + source = git+https://github.com/electron/electron.git#tag=v30.5.1 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 @@ -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 = f1d261d7f5c16e81c0615bc9280d6146ba922cdf5c637dce8a22b2f1aa0337d0 + sha256sums = aaf19eb1c3baa169df8e3b9b891daac734c6e3158e5e5cc2d7dae49cdd30f775 sha256sums = c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12 sha256sums = 3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1 sha256sums = b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961 @@ -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.5.0 +pkgver=30.5.1 _gcc_patches=124 pkgrel=1 _major_ver=${pkgver%%.*} @@ -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=('f1d261d7f5c16e81c0615bc9280d6146ba922cdf5c637dce8a22b2f1aa0337d0' +sha256sums=('aaf19eb1c3baa169df8e3b9b891daac734c6e3158e5e5cc2d7dae49cdd30f775' 'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12' '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1' 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961' |