diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template index 6af1bc78f43..39166bfbb1c 100644 --- a/srcpkgs/Uranium/template +++ b/srcpkgs/Uranium/template @@ -2,7 +2,7 @@ pkgname=Uranium version=3.1.0 revision=3 -python_version=3 +python_version=4 build_style=cmake hostmakedepends="python3-setuptools" makedepends="python3-devel" @@ -15,9 +15,3 @@ license="LGPL-3" homepage="https://github.com/Ultimaker/Uranium" distfiles="https://github.com/Ultimaker/Uranium/archive/${version}.tar.gz" checksum=1d272d10cbb3585624a67cbaa5167d414a0eeeb76051be28786759fea63281e9 - -post_install() { - # Move /usr/share/cmake-/Modules to /usr/share/cmake/Modules - vmkdir usr/share/cmake - mv -v ${DESTDIR}/usr/share/cmake-*/Modules/* ${DESTDIR}/usr/share/cmake -}