diff options
Diffstat (limited to 'qt4/PKGBUILD')
-rw-r--r-- | qt4/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt4/PKGBUILD b/qt4/PKGBUILD index cf883ac68..ac243be90 100644 --- a/qt4/PKGBUILD +++ b/qt4/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qt4 pkgver=4.8.7 -pkgrel=53 +pkgrel=54 arch=('i686' 'pentium4' 'x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL' 'FDL' 'custom') @@ -27,10 +27,10 @@ _pinned_dependencies=( 'libpng=1.6.37' 'libsm=1.2.3' 'libtiff=4.1.0' - 'libx11=1.6.10' + 'libx11=1.6.11' 'libxext=1.3.4' 'libxrender=0.9.10' - 'mariadb-libs=10.4.13' + 'mariadb-libs=10.4.14' 'openssl=1.1.1.g' 'postgresql-libs=12.3' 'sqlite=3.32.3' |