diff options
Diffstat (limited to 'qt4')
-rw-r--r-- | qt4/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt4/PKGBUILD b/qt4/PKGBUILD index 8988d3afb..d0992b1dd 100644 --- a/qt4/PKGBUILD +++ b/qt4/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qt4 pkgver=4.8.7 -pkgrel=66 +pkgrel=67 arch=('i686' 'pentium4' 'x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL' 'FDL' 'custom') @@ -28,12 +28,12 @@ _pinned_dependencies=( 'libpng=1.6.37' 'libpq.so=5' 'libsm=1.2.3' - 'libtiff=4.1.0' + 'libtiff=4.2.0' 'libx11=1.7.0' 'libxext=1.3.4' 'libxrender=0.9.10' 'openssl=1.1.1.i' - 'sqlite=3.34.0' + 'sqlite=3.34.1' 'unixodbc=2.3.9' 'zlib=1:1.2.11' ) |