From 7931deb6144c2197f29fc010836a29defcba1fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 15 Aug 2020 23:05:30 +0700 Subject: [PATCH] cura: mark nocross It's used to be nocross because of Uranium --- srcpkgs/cura/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template index 02115b88a4..32aa2fbfdd 100644 --- a/srcpkgs/cura/template +++ b/srcpkgs/cura/template @@ -7,7 +7,7 @@ wrksrc="Cura-${version}" build_style=cmake configure_args="-DCURA_VERSION=${version}" pycompile_dirs="usr/lib/cura/plugins" -hostmakedepends="python3" +hostmakedepends="python3 Uranium" makedepends="Uranium libArcus-devel python3-devel" depends="Uranium cura-engine cura-fdm-materials python3-pyserial python3-zeroconf python3-certifi python3-trimesh libSavitar-python3 python3-requests qt5-graphicaleffects" @@ -17,3 +17,4 @@ license="LGPL-3.0-or-later" homepage="https://github.com/Ultimaker/Cura" distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz" checksum=a6bcbf15bcc36d2c6bbedc9d52c7b00b7e22f3e44ca53b0ca7c73b8c1f49bb80 +nocross="UraniumTranslationTools not found"