diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-04 17:41:58 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-04 17:41:58 +0200 |
commit | 5591effa0ece6618f94b94788cb60a4cc860200e (patch) | |
tree | d924b93a6e456d418b2e6d7ac0f9ce3c6a06f447 /qwtplot3d | |
parent | 949951c57713ec292e9749bb885241ebaa7d88f0 (diff) | |
download | archlinuxewe-5591effa0ece6618f94b94788cb60a4cc860200e.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 832f07fd0..7f28456b8 100644 --- a/qwtplot3d/PKGBUILD +++ b/qwtplot3d/PKGBUILD @@ -4,13 +4,13 @@ pkgname=qwtplot3d pkgver=0.2.7 -pkgrel=188 +pkgrel=189 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.1.1+r309+gbb34b7eda1f' + 'gcc-libs=14.2.1+r26+g14fa2b2ae7f' 'glibc>=2.31' 'libGL.so=1' 'libz.so=1' |