summaryrefslogtreecommitdiff
path: root/qwtplot3d
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-09-12 20:00:14 +0200
committerErich Eckner <git@eckner.net>2020-09-12 20:00:14 +0200
commit46b1731cdc2a055f0a371028ddbe8d7554f199cf (patch)
tree073aff9c287fce62dfd9782620d8d4f8dbb97973 /qwtplot3d
parent8fede4910afa83f13f90cea39a4b70349b6829bc (diff)
downloadarchlinuxewe.git.save-46b1731cdc2a055f0a371028ddbe8d7554f199cf.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 b11d256f..9f50fd86 100644
--- a/qwtplot3d/PKGBUILD
+++ b/qwtplot3d/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=qwtplot3d
pkgver=0.2.7
-pkgrel=20
+pkgrel=21
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.2'
- 'qt5-base=5.15.0'
- 'qt5-base=5.15.0'
+ 'qt5-base=5.15.1'
+ 'qt5-base=5.15.1'
'zlib=1:1.2.11'
)
depends=("${_pinned_dependencies[@]}")