diff options
author | Erich Eckner <git@eckner.net> | 2023-05-05 21:14:26 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-05-05 21:14:26 +0200 |
commit | 30c241415ca66e5a2d9a5fb2689820a0f2e3226f (patch) | |
tree | 8ec1101b5363be04a299a761f83db42a6d73666c | |
parent | 2d1716a85a72b2e06e6dadb28461316d662711c2 (diff) | |
download | archlinuxewe-30c241415ca66e5a2d9a5fb2689820a0f2e3226f.tar.xz |
qwtplot3d: rebuild
-rw-r--r-- | qwtplot3d/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qwtplot3d/PKGBUILD b/qwtplot3d/PKGBUILD index 2b097ce85..77b61a8af 100644 --- a/qwtplot3d/PKGBUILD +++ b/qwtplot3d/PKGBUILD @@ -4,13 +4,13 @@ pkgname=qwtplot3d pkgver=0.2.7 -pkgrel=141 +pkgrel=142 pkgdesc="Qt/OpenGL-based C++ programming library containing 3d-widgets" arch=('i686' 'pentium4' 'x86_64') license=('custom:zlib') url="http://qwtplot3d.sourceforge.net/" _pinned_dependencies=( - 'gcc-libs=12.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.31' 'libGL.so=1' 'qt5-base=5.15.9+kde+r151' |