diff options
Diffstat (limited to 'qt4/PKGBUILD')
-rw-r--r-- | qt4/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt4/PKGBUILD b/qt4/PKGBUILD index ff5ff3ab6..187c44fdd 100644 --- a/qt4/PKGBUILD +++ b/qt4/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qt4 pkgver=4.8.7 -pkgrel=55 +pkgrel=56 arch=('i686' 'pentium4' 'x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL' 'FDL' 'custom') @@ -28,7 +28,7 @@ _pinned_dependencies=( 'libpng=1.6.37' 'libsm=1.2.3' 'libtiff=4.1.0' - 'libx11=1.6.11' + 'libx11=1.6.12' 'libxext=1.3.4' 'libxrender=0.9.10' 'openssl=1.1.1.g' |