git » qt5-webengine.git » commit 9daba50

upgpkg: 5.15.14-5: switch to bundled re2

author Evangelos Foutras
2023-08-11 15:37:43 UTC
committer Evangelos Foutras
2023-08-11 15:37:43 UTC
parent 585cce1554754ec6bd02d76aa35cc6613abc1d01

upgpkg: 5.15.14-5: 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.

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 57ae711..85c9feb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
 pkgname=qt5-webengine
 _basever=5.15.10
 pkgver=5.15.14
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url='https://www.qt.io'
 license=('LGPL3' 'LGPL2.1' 'BSD')
 pkgdesc='Provides support for web applications using the Chromium browser project'
 depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss' 'libxkbfile' 
-         'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx' 'libxtst' 'ttf-font')
+         'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 'libvpx' 'libxtst' 'ttf-font')
 makedepends=('git' 'python' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler' 'pipewire' 'nodejs')
 optdepends=('pipewire: WebRTC desktop sharing under Wayland')
 groups=('qt' 'qt5')