diff options
author | Erich Eckner <git@eckner.net> | 2020-09-24 23:01:30 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-09-24 23:01:30 +0200 |
commit | 145fa4590c0a48a9dc50d5d90a98af8650346133 (patch) | |
tree | 0a2249d53f110a84f4c7a98c0412eed663a6c75b /qt4/PKGBUILD | |
parent | 52a2cd222161b2f93e9657dcee07b5fc25432f2c (diff) | |
download | archlinuxewe-145fa4590c0a48a9dc50d5d90a98af8650346133.tar.xz |
qt4: rebuild
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 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' |