diff options
-rw-r--r-- | qwtplot3d/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qwtplot3d/PKGBUILD b/qwtplot3d/PKGBUILD index 9f50fd861..4d22750fe 100644 --- a/qwtplot3d/PKGBUILD +++ b/qwtplot3d/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qwtplot3d pkgver=0.2.7 -pkgrel=21 +pkgrel=22 pkgdesc="Qt/OpenGL-based C++ programming library containing 3d-widgets" arch=('i686' 'pentium4' 'x86_64') license=('custom:zlib') @@ -13,8 +13,8 @@ _pinned_dependencies=( 'gcc-libs=10.2.0' 'glibc>=2.31' 'libglvnd=1.3.2' - 'qt5-base=5.15.1' - 'qt5-base=5.15.1' + 'qt5-base=5.15.2' + 'qt5-base=5.15.2' 'zlib=1:1.2.11' ) depends=("${_pinned_dependencies[@]}") |