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 07f54a05a..7dada361e 100644 --- a/qt4/PKGBUILD +++ b/qt4/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qt4 pkgver=4.8.7 -pkgrel=84 +pkgrel=85 arch=('i686' 'pentium4' 'x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL' 'FDL' 'custom') @@ -29,7 +29,7 @@ _pinned_dependencies=( 'libpq.so=5' 'libsm=1.2.3' 'libtiff.so=5' - 'libx11=1.7.3' + 'libx11=1.7.3.1' 'libxext=1.3.4' 'libxrender=0.9.10' 'openssl=1.1.1.l' |