[arch-commits] Commit in electron/trunk (PKGBUILD std-vector-non-const.patch)

Nicola Squartini tensor5 at gemini.archlinux.org
Fri Jan 28 05:55:48 UTC 2022


    Date: Friday, January 28, 2022 @ 05:55:48
  Author: tensor5
Revision: 1118038

upgpkg: electron 16.0.8-1

Modified:
  electron/trunk/PKGBUILD
  electron/trunk/std-vector-non-const.patch

----------------------------+
 PKGBUILD                   |    8 ++++----
 std-vector-non-const.patch |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-28 05:54:53 UTC (rev 1118037)
+++ PKGBUILD	2022-01-28 05:55:48 UTC (rev 1118038)
@@ -1,12 +1,12 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 _use_suffix=0
-pkgver=16.0.7
-_commit=86cf473d814fabf6e364bc7df387c45dde3a1484
+pkgver=16.0.8
+_commit=b1ffac5969d0533a479794b909cab7429299bf00
 _chromiumver=96.0.4664.110
 _gcc_patchset=4
 # shellcheck disable=SC2034
-pkgrel=3
+pkgrel=1
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then
@@ -68,7 +68,7 @@
             '4484200d90b76830b69eea3a471c103999a3ce86bb2c29e6c14c945bf4102bae'
             '75bac9c4ad32ff9329399b8587f9772e208c009fd822cdfce61b2bd1ee9ac828'
             '09de0ebb4002be7fb4ede63d3977e4f1235637750169c9e71bfdbd75bf750f7a'
-            '05598c7ccac38772503f00335916fe038db0d9aa240cf13a3b0f0ee69a382d98'
+            '4fbef42aaa7bf60d059f1a6b0a92dc997d475256110bd4df32c12de7f4f175a7'
             'c70652a8b24c237bcfd27469de32797a2cb46d9f0d63d897bb6418314a25644c'
             'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
             'fc2be146412d117869368f8559afef76ad39a3442ace16e5c7000bd45aa56b27'

Modified: std-vector-non-const.patch
===================================================================
--- std-vector-non-const.patch	2022-01-28 05:54:53 UTC (rev 1118037)
+++ std-vector-non-const.patch	2022-01-28 05:55:48 UTC (rev 1118038)
@@ -91,7 +91,7 @@
    // Make sure the callback is called after app gets ready.
    if (Browser::Get()->is_ready()) {
      callback.Run(cmd, cwd, std::move(additional_data));
-@@ -1078,7 +1078,7 @@ std::string App::GetLocaleCountryCode() {
+@@ -1081,7 +1081,7 @@ std::string App::GetLocaleCountryCode() {
  
  void App::OnSecondInstance(const base::CommandLine& cmd,
                             const base::FilePath& cwd,



More information about the arch-commits mailing list