cura-engine: update to 3.3.0.

This commit is contained in:
maxice8 2018-04-26 05:55:08 -03:00 committed by Leah Neukirchen
parent 72b6c1af0b
commit 44d6dc6961

View file

@ -1,19 +1,18 @@
# Template file for 'cura-engine'
pkgname=cura-engine
version=3.2.1
version=3.3.0
revision=1
build_style=cmake
wrksrc="CuraEngine-${version}"
build_style=cmake
configure_args="-DCURA_ENGINE_VERSION:STRING=${version}"
hostmakedepends="protobuf"
makedepends="libArcus-devel protobuf-devel libgomp-devel"
depends="libArcus libgomp"
makedepends="libArcus-devel libgomp-devel protobuf-devel"
short_desc="Engine for processing 3D models into GCode"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="AGPL-3"
license="AGPL-3.0-or-later"
homepage="https://github.com/Ultimaker/CuraEngine"
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
checksum=b26fcc1ebda7f81a631cbaa419244c5808a6938dd47459c9c0afc94f381dfa52
checksum=a8fd7deb505771d2e7cf3a2c2d7e78479f59e001a990374ed505030804dc71fc
CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1 -D_GLIBCXX_USE_C99_STDLIB=1"