summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-10-12 11:57:50 +0300
committerCaleb Maclennan2023-10-12 11:57:50 +0300
commitcbcdbeca9b2aa1befc617b841c94bf5e0f9e4a64 (patch)
tree45bbcf48a59536c1dcc93809fc12da4f653acde5
parent32106d039b9424eeba5a86e1e946f13b161c9784 (diff)
downloadaur-cbcdbeca9b2aa1befc617b841c94bf5e0f9e4a64.tar.gz
upgpkg: 25.9.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76d9c68cf0fb..832c2ff94089 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electron25
pkgdesc = Build cross platform desktop apps with web technologies
- pkgver = 25.9.0
- pkgrel = 2
+ pkgver = 25.9.1
+ pkgrel = 1
url = https://electronjs.org/
arch = x86_64
license = MIT
@@ -57,7 +57,7 @@ pkgbase = electron25
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=v25.9.0
+ source = git+https://github.com/electron/electron.git#tag=v25.9.1
source = git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main
source = chromium-mirror::git+https://github.com/chromium/chromium.git#tag=114.0.5735.289
source = electron-launcher.sh
diff --git a/PKGBUILD b/PKGBUILD
index 603975125068..5fe898e97495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
# https://releases.electronjs.org/
# https://github.com/stha09/chromium-patches/releases
-pkgver=25.9.0
+pkgver=25.9.1
_chromiumver=114.0.5735.289
# shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
_major_ver=${pkgver%%.*}
pkgname="electron${_major_ver}"