summaryrefslogtreecommitdiff
path: root/qwtplot3d
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-05-27 12:52:19 +0200
committerErich Eckner <git@eckner.net>2021-05-27 12:52:19 +0200
commit33111c497aad5d8c25b2a310df034e3bfa30048b (patch)
treee7217e1167679e2b24266a7c704dfa82ce2d11d7 /qwtplot3d
parentd7ea26124123270293f7626ed7df603c0d5f1946 (diff)
downloadarchlinuxewe-33111c497aad5d8c25b2a310df034e3bfa30048b.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 dd1cb5d80..9743f231a 100644
--- a/qwtplot3d/PKGBUILD
+++ b/qwtplot3d/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=qwtplot3d
pkgver=0.2.7
-pkgrel=33
+pkgrel=34
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.3'
- 'qt5-base=5.15.2+kde+r195'
- 'qt5-base=5.15.2+kde+r195'
+ 'qt5-base=5.15.2+kde+r196'
+ 'qt5-base=5.15.2+kde+r196'
'zlib=1:1.2.11'
)
depends=("${_pinned_dependencies[@]}")