diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:52 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:52 +0100 |
commit | 5dcd3f2834fe8a5eabb3a38b25cde236bf9ebff9 (patch) | |
tree | 672849744a157b0520c4f0c188eea94b3ea45890 /qwtplot3d/PKGBUILD | |
parent | 1ce48d9435aabfe712013583ece5b7c7598c1cbe (diff) | |
download | archlinuxewe-5dcd3f2834fe8a5eabb3a38b25cde236bf9ebff9.tar.xz |
qwtplot3d: rebuild
Diffstat (limited to 'qwtplot3d/PKGBUILD')
-rw-r--r-- | qwtplot3d/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qwtplot3d/PKGBUILD b/qwtplot3d/PKGBUILD index ab240bf37..97663bbca 100644 --- a/qwtplot3d/PKGBUILD +++ b/qwtplot3d/PKGBUILD @@ -4,13 +4,13 @@ pkgname=qwtplot3d pkgver=0.2.7 -pkgrel=127 +pkgrel=128 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.0' + 'gcc-libs=12.2.1' 'glibc>=2.31' 'libGL.so=1' 'qt5-base=5.15.8+kde+r162' |