summaryrefslogtreecommitdiff
path: root/qwtplot3d
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-05-03 09:14:26 +0200
committerErich Eckner <git@eckner.net>2021-05-03 09:14:26 +0200
commit3951f1ba7309075c79dd1c9ddb11a8bbd76cdf7d (patch)
tree76fde659428111505f2568c04b81551b07ad10d8 /qwtplot3d
parentc923d32ae8d9ffaa716ba655a0e28d737e1a6552 (diff)
downloadarchlinuxewe-3951f1ba7309075c79dd1c9ddb11a8bbd76cdf7d.tar.xz
qwtplot3d: rebuild
Diffstat (limited to 'qwtplot3d')
-rw-r--r--qwtplot3d/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/qwtplot3d/PKGBUILD b/qwtplot3d/PKGBUILD
index f748b055d..d27e6ba22 100644
--- a/qwtplot3d/PKGBUILD
+++ b/qwtplot3d/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=qwtplot3d
pkgver=0.2.7
-pkgrel=29
+pkgrel=30
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.3'
- 'qt5-base=5.15.2+kde+r188'
- 'qt5-base=5.15.2+kde+r188'
+ 'qt5-base=5.15.2+kde+r192'
+ 'qt5-base=5.15.2+kde+r192'
'zlib=1:1.2.11'
)
depends=("${_pinned_dependencies[@]}")