summaryrefslogtreecommitdiff
path: root/qwtplot3d
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-10-04 22:12:18 +0200
committerErich Eckner <git@eckner.net>2021-10-04 22:12:18 +0200
commita2e86bc05a690a9aef664998ad91827ba4a5c528 (patch)
tree3f2537e137d22e29e2f338d5a85d2168b1ebc2da /qwtplot3d
parent0d8aa85ad9b3889704c00f2932d00ee1f1694461 (diff)
downloadarchlinuxewe-a2e86bc05a690a9aef664998ad91827ba4a5c528.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 9f6c62a4a..de46ac966 100644
--- a/qwtplot3d/PKGBUILD
+++ b/qwtplot3d/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=qwtplot3d
pkgver=0.2.7
-pkgrel=48
+pkgrel=49
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.1.0'
'glibc>=2.31'
'libglvnd=1.3.4'
- 'qt5-base=5.15.2+kde+r228'
- 'qt5-base=5.15.2+kde+r228'
+ 'qt5-base=5.15.2+kde+r234'
+ 'qt5-base=5.15.2+kde+r234'
'zlib=1:1.2.11'
)
depends=("${_pinned_dependencies[@]}")