diff options
author | Erich Eckner <git@eckner.net> | 2021-05-19 08:08:25 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-05-19 08:12:34 +0200 |
commit | e7f9dc44520a8146b3992b74c8de1a8b94975272 (patch) | |
tree | cc24fef0c20e4394cd7f856fef357e279cb89166 /qt4/PKGBUILD | |
parent | 63887e3b7b7501978089ac60c85779ad2c7d42c9 (diff) | |
download | archlinuxewe-e7f9dc44520a8146b3992b74c8de1a8b94975272.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 58861fc81..668395acb 100644 --- a/qt4/PKGBUILD +++ b/qt4/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qt4 pkgver=4.8.7 -pkgrel=77 +pkgrel=78 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.0' + 'libx11=1.7.1' 'libxext=1.3.4' 'libxrender=0.9.10' 'openssl=1.1.1.k' |