diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template index 1f8c7cf3a37..8fae7b264d0 100644 --- a/srcpkgs/uv/template +++ b/srcpkgs/uv/template @@ -1,6 +1,6 @@ # Template file for 'uv' pkgname=uv -version=0.5.8 +version=0.5.30 revision=1 build_style=python3-pep517 build_helper="rust qemu" @@ -12,12 +12,12 @@ license="Apache-2.0 OR MIT" homepage="https://github.com/astral-sh/uv" changelog="https://github.com/astral-sh/uv/raw/main/CHANGELOG.md" distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz>uv-${version}.tar.gz" -checksum=15678d63f626373ae308af25cc5da826def64d384d6fa938c940aba059debb5c +checksum=4a7795f16cc50d30e3d8636db9f61a427154b61107f08b5bbe7bded85d49b1d2 case "$XBPS_TARGET_MACHINE" in i686*) - # if parallel, rustc-LLVM ERROR: out of memory Allocation failed - disable_parallel_build=yes + # rustc-LLVM ERROR: out of memory + export CARGO_PROFILE_RELEASE_LTO=false ;; esac