From d89d977a8d6ab51f39501242c1a6b0f2b93d355a Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 6 Mar 2022 17:32:08 +0000 Subject: [PATCH] extra/qt5-webengine to 5.15.8-10 --- extra/qt5-webengine/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extra/qt5-webengine/PKGBUILD b/extra/qt5-webengine/PKGBUILD index c7a8514db..61e64f7fd 100644 --- a/extra/qt5-webengine/PKGBUILD +++ b/extra/qt5-webengine/PKGBUILD @@ -9,9 +9,9 @@ highmem=1 pkgname=qt5-webengine -_qtver=5.15.8 -pkgver=${_qtver/-/} -pkgrel=9 +_basever=5.15.3 +pkgver=5.15.8 +pkgrel=10 arch=('x86_64') url='https://www.qt.io' license=('LGPL3' 'LGPL2.1' 'BSD') @@ -21,7 +21,7 @@ depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' makedepends=('git' 'python' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler' 'pipewire' 'nodejs') optdepends=('pipewire: WebRTC desktop sharing under Wayland') groups=('qt' 'qt5') -_pkgfqn=qtwebengine +_pkgfqn=${pkgname/5-/} source=(git+https://code.qt.io/qt/qtwebengine.git#tag=v${pkgver}-lts git+https://code.qt.io/qt/qtwebengine-chromium.git git+https://chromium.googlesource.com/catapult#commit=5eedfe23148a234211ba477f76fc2ea2e8529189 @@ -96,5 +96,5 @@ package() { install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium # Fix cmake dependency versions - sed -e "s|$pkgver\ |5.15.2 |" -i "$pkgdir"/usr/lib/cmake/*/*Config.cmake + sed -e "s|$pkgver\ |$_basever |" -i "$pkgdir"/usr/lib/cmake/*/*Config.cmake }