From 7e39aa512d31b59b1d4c568e297c5d7e3cac410d Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Tue, 24 Dec 2019 11:54:53 +1100 Subject: [PATCH] upgpkg: 5.14.0-2 --- trunk/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 4e8164d..75fea02 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -11,9 +11,9 @@ pkgname=(qt5-base qt5-xcb-private-headers) pkgdesc="A cross-platform application and UI framework" -_qtver=5.13.2 +_qtver=5.14.0 pkgver=${_qtver/-/} -pkgrel=3 +pkgrel=2 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}" url="https://www.qt.io" @@ -146,10 +146,12 @@ depends=( 'libxkbcommon-x11' 'libproxy' 'libcups' - 'double-conversion') + 'double-conversion' + 'md4c') optdepends=( 'qt5-svg: to use SVG icon themes' + 'qt5-wayland: to run Qt applications in a Wayland session' 'qt5-translations: for some native UI translations' 'postgresql-libs: PostgreSQL driver' 'mariadb-libs: MariaDB driver' -- GitLab