diff options
Diffstat (limited to 'qt4')
-rw-r--r-- | qt4/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt4/PKGBUILD b/qt4/PKGBUILD index 2928f71ea..835226509 100644 --- a/qt4/PKGBUILD +++ b/qt4/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qt4 pkgver=4.8.7 -pkgrel=58 +pkgrel=59 arch=('i686' 'pentium4' 'x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL' 'FDL' 'custom') @@ -31,7 +31,7 @@ _pinned_dependencies=( 'libx11=1.6.12' 'libxext=1.3.4' 'libxrender=0.9.10' - 'openssl=1.1.1.g' + 'openssl=1.1.1.h' 'postgresql-libs=12.4' 'sqlite=3.33.0' 'unixodbc=2.3.9' |