diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:03:57 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:03:57 +0200 |
commit | 07e9cf0b0514165d5dd0599a8905bc595bcd4d51 (patch) | |
tree | e9b9a7602334543d1db42c25057c4b815dd80a69 | |
parent | fb463aea689fe0a77d9783e62a1f8f84a788a999 (diff) | |
download | archlinuxewe-07e9cf0b0514165d5dd0599a8905bc595bcd4d51.tar.xz |
python-pynest2d: rebuild
-rw-r--r-- | python-pynest2d/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-pynest2d/PKGBUILD b/python-pynest2d/PKGBUILD index 178e2d65c..0de46b18a 100644 --- a/python-pynest2d/PKGBUILD +++ b/python-pynest2d/PKGBUILD @@ -3,13 +3,13 @@ pkgname=python-pynest2d pkgver=4.12.0 -pkgrel=2 +pkgrel=3 pkgdesc="Python bindings for libnest2d" arch=(x86_64) url="https://github.com/Ultimaker/pynest2d" license=("LGPL") _pinned_dependencies=( - 'gcc-libs=12.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.36' 'nlopt=2.7.1' 'polyclipping=6.4.2' |