Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
electron25


Commits:
dcaae62d by Evangelos Foutras at 2023-08-09T23:42:49+03:00
upgpkg: 25.3.2-2: switch to bundled re2

Latest re2 makes use of abseil and would require a lot of changes to
Chromium-based projects before version 115 in order to keep using it.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ _use_suffix=1
 pkgver=25.3.2
 _chromiumver=114.0.5735.134
 # shellcheck disable=SC2034
-pkgrel=1
+pkgrel=2
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then
@@ -33,7 +33,7 @@ depends=('c-ares' 'gtk3' 'libevent' 'nss' 'libffi')
 makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
              'qt5-base' 'java-runtime-headless' 'libnotify' 'lld' 'llvm'
              'ninja' 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2'
-             'python-pyparsing' 'python-six' 'wget' 'yarn')
+             'python-requests' 'python-pyparsing' 'python-six' 'wget' 'yarn')
 # shellcheck disable=SC2034
 optdepends=('kde-cli-tools: file deletion support (kioclient5)'
             'pipewire: WebRTC desktop sharing under Wayland'
@@ -99,7 +99,7 @@ declare -gA _system_libs=(
   [libxml]=libxml2
   [libxslt]=libxslt
   [opus]=opus
-  [re2]=re2
+  #[re2]=re2
   [snappy]=snappy
   [woff2]=woff2
   [zlib]=minizip



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron25/-/commit/dcaae62dd3ec9f5ba97c633a9f3bd596de04c6f9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron25/-/commit/dcaae62dd3ec9f5ba97c633a9f3bd596de04c6f9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to