diff options
Diffstat (limited to 'qwtplot3d/PKGBUILD')
-rw-r--r-- | qwtplot3d/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qwtplot3d/PKGBUILD b/qwtplot3d/PKGBUILD index ef32dcf0e..5934d4447 100644 --- a/qwtplot3d/PKGBUILD +++ b/qwtplot3d/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qwtplot3d pkgver=0.2.7 -pkgrel=82 +pkgrel=83 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=11.2.0' 'glibc>=2.31' 'libglvnd=1.4.0' - 'qt5-base=5.15.2+kde+r304' - 'qt5-base=5.15.2+kde+r304' + 'qt5-base=5.15.2+kde+r305' + 'qt5-base=5.15.2+kde+r305' 'zlib=1:1.2.11' ) depends=("${_pinned_dependencies[@]}") |