diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template index 2de4d680191..818eb276d7e 100644 --- a/srcpkgs/libArcus/template +++ b/srcpkgs/libArcus/template @@ -1,9 +1,8 @@ # Template file for 'libArcus' pkgname=libArcus version=3.3.0 -revision=1 +revision=2 build_style=cmake -python_version=3 configure_args="-DBUILD_EXAMPLES=OFF" hostmakedepends="protobuf python3-sip-devel" makedepends="protobuf-devel python3-devel" @@ -16,7 +15,7 @@ distfiles="https://github.com/Ultimaker/libArcus/archive/${version}.tar.gz" checksum=9416731ccc21fc51c7102431e4c9e2a01075676a7a095bdec2dc2a943359940a libArcus-devel_package() { - depends="${sourcepkg}-${version}_${revision}" + depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include @@ -26,6 +25,7 @@ libArcus-devel_package() { } libArcus-python3_package() { + lib32disabled=yes short_desc+=" - Python3 bindings" pkg_install() { vmove "usr/lib/python3*"