[arch-commits] Commit in electron/trunk (PKGBUILD)

Nicola Squartini tensor5 at gemini.archlinux.org
Sat Oct 16 03:40:57 UTC 2021


    Date: Saturday, October 16, 2021 @ 03:40:57
  Author: tensor5
Revision: 1030480

upgpkg: electron 15.2.0-1

Modified:
  electron/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-16 03:17:44 UTC (rev 1030479)
+++ PKGBUILD	2021-10-16 03:40:57 UTC (rev 1030480)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 _use_suffix=0
-pkgver=15.1.2
-_commit=ded013e4a7c45b0c6a1325c0bf63ceeb635371ab
-_chromiumver=94.0.4606.71
+pkgver=15.2.0
+_commit=98d6b9bf1568e7e9864e20d3bbde2f94f08333c4
+_chromiumver=94.0.4606.81
 _gcc_patchset=3
 # shellcheck disable=SC2034
 pkgrel=1
@@ -28,7 +28,7 @@
 # shellcheck disable=SC2034
 makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
              'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
-             'npm' 'pciutils' 'pipewire' 'python2' 'wget' 'yarn')
+             'npm' 'pciutils' 'pipewire' 'python' 'wget' 'yarn')
 # shellcheck disable=SC2034
 optdepends=('kde-cli-tools: file deletion support (kioclient5)'
             'libappindicator-gtk3: StatusNotifierItem support'
@@ -104,9 +104,7 @@
     sed -i "s|@ELECTRON_NAME@|Electron|" electron.desktop
   fi
 
-  mkdir -p "${srcdir:?}/python2-path"
-  ln -sf /usr/bin/python2 "${srcdir}/python2-path/python"
-  export PATH="${srcdir}/python2-path:${PATH}:${srcdir}/depot_tools"
+  export PATH="${PATH}:${srcdir:?}/depot_tools"
 
   echo "Fetching chromium..."
   git clone --branch=${_chromiumver} --depth=1 \
@@ -125,13 +123,13 @@
   },
 ]" > .gclient
 
-  python2 "${srcdir}/depot_tools/gclient.py" sync \
+  python "${srcdir}/depot_tools/gclient.py" sync \
       --with_branch_heads \
       --with_tags \
       --nohooks
 
   echo "Running hooks..."
-  # python2 "${srcdir}/depot_tools/gclient.py" runhooks
+  # python "${srcdir}/depot_tools/gclient.py" runhooks
   src/build/landmines.py
   src/build/util/lastchange.py -o src/build/util/LASTCHANGE
   src/build/util/lastchange.py -m GPU_LISTS_VERSION \



More information about the arch-commits mailing list