diff options
author | Erich Eckner <git@eckner.net> | 2024-05-10 08:54:54 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-05-10 08:54:54 +0200 |
commit | 31f7ee47451958e40134aecc06bcf1ac93ac1802 (patch) | |
tree | fded7df379309820f42324774f813eea5649e6eb /qwtplot3d | |
parent | 85b5eb8f7140800a78cd0f7e944c42cecbefe40b (diff) | |
download | archlinuxewe-31f7ee47451958e40134aecc06bcf1ac93ac1802.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 1be2d1d9d..1d441f08d 100644 --- a/qwtplot3d/PKGBUILD +++ b/qwtplot3d/PKGBUILD @@ -4,13 +4,13 @@ pkgname=qwtplot3d pkgver=0.2.7 -pkgrel=178 +pkgrel=179 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=13.2.1' + 'gcc-libs=14.1.1+r1+g43b730b9134' 'glibc>=2.31' 'libGL.so=1' 'libz.so=1' |