diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-11 08:20:26 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-11 08:20:26 +0200 |
commit | 1a0a9c62e98534c401df6e053694ff569e5e09a6 (patch) | |
tree | 1595ea349be6f888a26dd6dd9b99fcdc4e1c8b0b | |
parent | c3b1144c25b8a20b64cc4c8a7795a27ee3be8407 (diff) | |
download | archlinuxewe-1a0a9c62e98534c401df6e053694ff569e5e09a6.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 d71161464..19332e833 100644 --- a/qwtplot3d/PKGBUILD +++ b/qwtplot3d/PKGBUILD @@ -4,13 +4,13 @@ pkgname=qwtplot3d pkgver=0.2.7 -pkgrel=191 +pkgrel=192 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+r32+geccf707e5ce' + 'gcc-libs=14.2.1+r134+gab884fffe3fc' 'glibc>=2.31' 'libGL.so=1' 'libz.so=1' |