diff --git a/srcpkgs/cura-engine/patches/musl-execinfo-header.patch b/srcpkgs/cura-engine/patches/musl-execinfo-header.patch deleted file mode 100644 index 2a544d0d10..0000000000 --- a/srcpkgs/cura-engine/patches/musl-execinfo-header.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git src/main.cpp src/main.cpp ---- src/main.cpp -+++ src/main.cpp -@@ -5,7 +5,9 @@ - #include - #include - #if defined(__linux__) || (defined(__APPLE__) && defined(__MACH__)) --#include -+ #if defined(__GLIBC__) -+ # include -+ #endif - #include - #endif - #include diff --git a/srcpkgs/cura-engine/template b/srcpkgs/cura-engine/template index d4d62fd8a1..ce2b249a1e 100644 --- a/srcpkgs/cura-engine/template +++ b/srcpkgs/cura-engine/template @@ -1,6 +1,6 @@ # Template file for 'cura-engine' pkgname=cura-engine -version=2.7.0 +version=3.0.3 revision=1 build_style=cmake wrksrc="CuraEngine-${version}" @@ -13,4 +13,8 @@ maintainer="Karl Nilsson " license="AGPL-3" homepage="https://github.com/Ultimaker/CuraEngine" distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz" -checksum=54a32c3ea2ced4249eb08d46daa395bb71e2f5c93105cb992b0cb65b62793747 +checksum=a8e9b99b42844dce1516c21e4d46bc40e17afbb3abec9ef92f3bb352d3cb12fb + +post_install() { + vlicense LICENSE +}