extra/qt5-webengine to 5.15.10-4

This commit is contained in:
Kevin Mihelich 2022-10-22 14:35:02 +00:00
parent 18363ffa02
commit 144371f1fa

View file

@ -13,7 +13,7 @@ highmem=1
pkgname=qt5-webengine
_basever=5.15.6
pkgver=5.15.10
pkgrel=3
pkgrel=4
arch=('x86_64')
url='https://www.qt.io'
license=('LGPL3' 'LGPL2.1' 'BSD')
@ -59,7 +59,7 @@ prepare() {
git submodule init
git submodule set-url src/3rdparty "$srcdir"/qtwebengine-chromium
git submodule set-branch --branch 87-based src/3rdparty
git submodule update
git -c protocol.file.allow=always submodule update
patch -p1 -i "$srcdir"/qt5-webengine-python3.patch # Fix build with Python 3
patch -p1 -d src/3rdparty -i "$srcdir"/qt5-webengine-chromium-python3.patch