From 747b5b220b2cde7684222d239448c0a860e59c30 Mon Sep 17 00:00:00 2001 From: Vincent Legoll Date: Wed, 11 Jun 2025 20:47:50 +0200 Subject: [PATCH] libnest2d: revbump for nlopt-2.10.0_1 Signed-off-by: Vincent Legoll --- srcpkgs/libnest2d/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libnest2d/template b/srcpkgs/libnest2d/template index 7e8f2d7cb12..e00ad5fea20 100644 --- a/srcpkgs/libnest2d/template +++ b/srcpkgs/libnest2d/template @@ -1,7 +1,7 @@ # Template file for 'libnest2d' pkgname=libnest2d version=0.4 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON -DLIBNEST2D_HEADER_ONLY=OFF -DLIBNEST2D_BUILD_UNITTESTS=ON"