cura: update to 3.3.1.
This commit is contained in:
parent
44d6dc6961
commit
5cfbae0a9e
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'cura'
|
||||
pkgname=cura
|
||||
version=3.2.1
|
||||
version=3.3.1
|
||||
revision=1
|
||||
python_version=3
|
||||
build_style=cmake
|
||||
wrksrc="Cura-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DCURA_VERSION:STRING=${version}"
|
||||
makedepends="libArcus-devel libArcus-python3 python3 Uranium"
|
||||
depends="Uranium python3-pyserial cura-engine cura-fdm-materials python3-zeroconf"
|
||||
makedepends="Uranium libArcus-devel"
|
||||
depends="Uranium cura-engine cura-fdm-materials python3-pyserial
|
||||
python3-zeroconf"
|
||||
short_desc="3D printer / slicing GUI"
|
||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||
license="LGPL-3"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://github.com/Ultimaker/Cura"
|
||||
distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz"
|
||||
checksum=23ef0f0670bc55ec3a6feed565e38a7e37136dd05ab5c202df6656aa24a5bbcb
|
||||
checksum=275cecbb20df9b52c404747e10010ace31ce3ee4c4ffa4322343fd1de5f789fb
|
||||
|
|
Loading…
Reference in New Issue