diff options
author | Erich Eckner <git@eckner.net> | 2020-07-01 08:46:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-07-01 08:46:47 +0200 |
commit | 18833c60e2b78c63d3b8404b53f519911b238b89 (patch) | |
tree | 88a32eb568ecd46ff5aa51a44525031dcce71593 | |
parent | 3752e0e7c70b664c03e768469c9476b66d0049c8 (diff) | |
download | archlinuxewe-18833c60e2b78c63d3b8404b53f519911b238b89.tar.xz |
qwtplot3d: rebuild
-rw-r--r-- | qwtplot3d/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qwtplot3d/PKGBUILD b/qwtplot3d/PKGBUILD index 64ab54220..0b59eed5a 100644 --- a/qwtplot3d/PKGBUILD +++ b/qwtplot3d/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qwtplot3d pkgver=0.2.7 -pkgrel=18 +pkgrel=19 pkgdesc="Qt/OpenGL-based C++ programming library containing 3d-widgets" arch=('i686' 'pentium4' 'x86_64') license=('custom:zlib') @@ -12,7 +12,7 @@ url="http://qwtplot3d.sourceforge.net/" _pinned_dependencies=( 'gcc-libs=10.1.0' 'glibc>=2.31' - 'libglvnd=1.3.1' + 'libglvnd=1.3.2' 'qt5-base=5.15.0' 'qt5-base=5.15.0' 'zlib=1:1.2.11' |