diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-07 16:53:58 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-07 16:53:58 +0200 |
commit | f9f2f9f9233706cffde641c6acde58802e8ea3c6 (patch) | |
tree | 4720a269218535fe9e587c723a141a291e9182a1 /qwtplot3d | |
parent | b484036738362762c7e2624e39ccc8daf45fba5a (diff) | |
download | archlinuxewe-f9f2f9f9233706cffde641c6acde58802e8ea3c6.tar.xz |
qwtplot3d: rebuild
Diffstat (limited to 'qwtplot3d')
-rw-r--r-- | qwtplot3d/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qwtplot3d/PKGBUILD b/qwtplot3d/PKGBUILD index 7f28456b8..f2e39a309 100644 --- a/qwtplot3d/PKGBUILD +++ b/qwtplot3d/PKGBUILD @@ -4,13 +4,13 @@ pkgname=qwtplot3d pkgver=0.2.7 -pkgrel=189 +pkgrel=190 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=14.2.1+r26+g14fa2b2ae7f' + 'gcc-libs=14.2.1+r32+geccf707e5ce' 'glibc>=2.31' 'libGL.so=1' 'libz.so=1' |