diff options
author | Erich Eckner <git@eckner.net> | 2023-05-04 20:00:14 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-05-04 20:00:14 +0200 |
commit | f22e7885cd463b360988f20ca1524085613c68b0 (patch) | |
tree | 6eae717a95061b898e8d40a3db28db54d7f3ac7d /qwtplot3d/PKGBUILD | |
parent | 10af099e938d4bf5b53c82b9e9ade8cc3d28d3ff (diff) | |
download | archlinuxewe-f22e7885cd463b360988f20ca1524085613c68b0.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 1f84c6ac4..2b097ce85 100644 --- a/qwtplot3d/PKGBUILD +++ b/qwtplot3d/PKGBUILD @@ -4,13 +4,13 @@ pkgname=qwtplot3d pkgver=0.2.7 -pkgrel=140 +pkgrel=141 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.1.1' + 'gcc-libs=12.2.1' 'glibc>=2.31' 'libGL.so=1' 'qt5-base=5.15.9+kde+r151' |