diff options
author | Erich Eckner <git@eckner.net> | 2020-11-23 06:59:57 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-11-23 06:59:57 +0100 |
commit | bd3bfe6a3ee2684edd1122f13a872c0b8144d35a (patch) | |
tree | 1a38adf3ffd11fde2e47c6faf49789af4cbafdcd /qt4/PKGBUILD | |
parent | e4ca105a87128f63148190b4c6180b81aacca916 (diff) | |
download | archlinuxewe-bd3bfe6a3ee2684edd1122f13a872c0b8144d35a.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 3a546d9ab..24c4e063f 100644 --- a/qt4/PKGBUILD +++ b/qt4/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qt4 pkgver=4.8.7 -pkgrel=61 +pkgrel=62 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.12' + 'libx11=1.7.0' 'libxext=1.3.4' 'libxrender=0.9.10' 'openssl=1.1.1.h' |