diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template index 87f4a47f547..2de4d680191 100644 --- a/srcpkgs/libArcus/template +++ b/srcpkgs/libArcus/template @@ -1,19 +1,19 @@ # Template file for 'libArcus' pkgname=libArcus -version=3.2.1 +version=3.3.0 revision=1 build_style=cmake python_version=3 configure_args="-DBUILD_EXAMPLES=OFF" -hostmakedepends="protobuf python3 python3-sip-devel" +hostmakedepends="protobuf python3-sip-devel" makedepends="protobuf-devel python3-devel" depends="python3-sip" short_desc="Communication library for Ultimaker software components" maintainer="Karl Nilsson " -license="LGPL-3" +license="LGPL-3.0-or-later" homepage="https://github.com/Ultimaker/libArcus" distfiles="https://github.com/Ultimaker/libArcus/archive/${version}.tar.gz" -checksum=8eb9618aa920f526a84265d66858b10861813b679822981e7ced67e426da2ebd +checksum=9416731ccc21fc51c7102431e4c9e2a01075676a7a095bdec2dc2a943359940a libArcus-devel_package() { depends="${sourcepkg}-${version}_${revision}" @@ -21,13 +21,13 @@ libArcus-devel_package() { pkg_install() { vmove usr/include vmove usr/lib/cmake - vmove usr/lib/*.so + vmove "usr/lib/*.so" } } libArcus-python3_package() { short_desc+=" - Python3 bindings" pkg_install() { - vmove usr/lib/python3* + vmove "usr/lib/python3*" } }