summaryrefslogtreecommitdiff
path: root/qwtplot3d
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-05-24 00:15:52 +0200
committerErich Eckner <git@eckner.net>2023-05-24 00:15:52 +0200
commit30920df470feb272fed2b66e9487dd59883971e0 (patch)
tree0a8596ca15a1d7b5d45b733c236444b2586b2d6e /qwtplot3d
parent4da80890d9297a45eafcf65bd2a4da84f08a0548 (diff)
downloadarchlinuxewe-30920df470feb272fed2b66e9487dd59883971e0.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 3dc88774c..fe9f3fb4a 100644
--- a/qwtplot3d/PKGBUILD
+++ b/qwtplot3d/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=qwtplot3d
pkgver=0.2.7
-pkgrel=143
+pkgrel=144
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=13.1.1'
'glibc>=2.31'
'libGL.so=1'
- 'qt5-base=5.15.9+kde+r152'
- 'qt5-base=5.15.9+kde+r152'
+ 'qt5-base=5.15.9+kde+r153'
+ 'qt5-base=5.15.9+kde+r153'
'zlib=1:1.2.13'
)
depends=("${_pinned_dependencies[@]}")