mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/qt5-webengine to 5.15.10-4
This commit is contained in:
parent
18363ffa02
commit
144371f1fa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue