diff options
author | Erich Eckner <git@eckner.net> | 2023-05-05 21:14:24 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-05-05 21:14:24 +0200 |
commit | a44c1b55ec77cda11c9035b2320179b0a7364948 (patch) | |
tree | b7fc4c90ea134057d2c09a77bbda7f1503ff0a4e | |
parent | 527c26a21613d02f9901d0e5316cb0ce4f50b8a3 (diff) | |
download | archlinuxewe-a44c1b55ec77cda11c9035b2320179b0a7364948.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 98e22e9b0..10646e752 100644 --- a/python-pynest2d/PKGBUILD +++ b/python-pynest2d/PKGBUILD @@ -3,13 +3,13 @@ pkgname=python-pynest2d pkgver=4.12.0 -pkgrel=6 +pkgrel=7 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' |