cura-engine: update to 3.2.1.

This commit is contained in:
maxice8 2018-02-14 20:57:08 -02:00 committed by Michael Aldridge
parent c1e96ca7ac
commit ee1c9d0bca

View file

@ -1,7 +1,7 @@
# Template file for 'cura-engine' # Template file for 'cura-engine'
pkgname=cura-engine pkgname=cura-engine
version=3.1.0 version=3.2.1
revision=2 revision=1
build_style=cmake build_style=cmake
wrksrc="CuraEngine-${version}" wrksrc="CuraEngine-${version}"
configure_args="-DCURA_ENGINE_VERSION:STRING=${version}" configure_args="-DCURA_ENGINE_VERSION:STRING=${version}"
@ -13,7 +13,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="AGPL-3" license="AGPL-3"
homepage="https://github.com/Ultimaker/CuraEngine" homepage="https://github.com/Ultimaker/CuraEngine"
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz" distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
checksum=9df6060b6113f0f2ca2292a5365ce616cd00f412b13122863445e623b0fcd756 checksum=b26fcc1ebda7f81a631cbaa419244c5808a6938dd47459c9c0afc94f381dfa52
CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1 -D_GLIBCXX_USE_C99_STDLIB=1" CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1 -D_GLIBCXX_USE_C99_STDLIB=1"