summaryrefslogtreecommitdiff
path: root/qwtplot3d/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-09-26 18:50:53 +0200
committerErich Eckner <git@eckner.net>2021-09-26 18:50:53 +0200
commitc728b4eb633e40e07ab6a6af30d8050337e08fef (patch)
tree33be1815e858ab5509fa941187de648480a31bf3 /qwtplot3d/PKGBUILD
parentebf0e910626958ab9dae05622c10c96918368b42 (diff)
downloadarchlinuxewe-c728b4eb633e40e07ab6a6af30d8050337e08fef.tar.xz
qwtplot3d: rebuild
Diffstat (limited to 'qwtplot3d/PKGBUILD')
-rw-r--r--qwtplot3d/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/qwtplot3d/PKGBUILD b/qwtplot3d/PKGBUILD
index accbd336a..aaff50f5b 100644
--- a/qwtplot3d/PKGBUILD
+++ b/qwtplot3d/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=qwtplot3d
pkgver=0.2.7
-pkgrel=46
+pkgrel=47
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+r226'
- 'qt5-base=5.15.2+kde+r226'
+ 'qt5-base=5.15.2+kde+r227'
+ 'qt5-base=5.15.2+kde+r227'
'zlib=1:1.2.11'
)
depends=("${_pinned_dependencies[@]}")