cura: update to 4.0.0.
This commit is contained in:
parent
514538b287
commit
e5dbd8c40e
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'cura'
|
||||
pkgname=cura
|
||||
version=3.6.0
|
||||
revision=4
|
||||
version=4.0.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="Cura-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DCURA_VERSION=${version}"
|
||||
configure_args="-DCURA_VERSION=${version} -DCURA_SDK_VERSION=6.0.0 -DCURA_CLOUD_API_VERSION=1"
|
||||
pycompile_module="cura"
|
||||
pycompile_dirs="usr/lib/cura/plugins"
|
||||
makedepends="Uranium libArcus-devel"
|
||||
|
@ -16,4 +16,4 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|||
license="LGPL-3.0-or-later"
|
||||
homepage="https://github.com/Ultimaker/Cura"
|
||||
distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz"
|
||||
checksum=c3f9a93c16cd2d082d871448d2763e69955735f73be79dd3528b36a03cfb30c0
|
||||
checksum=546742eaade2d097fb7bef2d89189c17d5fb75291715f58d394076c234d6f4d3
|
||||
|
|
Loading…
Reference in New Issue