author | Antonio Rojas
<arojas@archlinux.org> 2021-03-12 12:14:12 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-03-12 12:14:12 UTC |
parent | e93ddabcac3fe4fa7e335b5122414e677387651d |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 23a4ffb..b7353ec 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qt5-webengine _qtver=5.15.3 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=3 _commit=a059e7404a6db799f4da0ad696e65ae9c854b4b0 # Upstream won't tag releases, because potatoes https://lists.qt-project.org/pipermail/interest/2021-March/036386.html arch=('x86_64') @@ -33,6 +33,7 @@ prepare() { git submodule set-branch --branch 87-based src/3rdparty git submodule update + git cherry-pick -n 199ea00a9eea13315a652c62778738629185b059 # Fix crashes with some locales patch -p1 -i "$srcdir"/qt5-webengine-glibc-2.33.patch # Fix text rendering when building with glibc 2.33 }