From 5fbb51fd457dd6afacc3c2599e2ddfa45c2527e5 Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 18 Feb 2025 19:58:17 +0100 Subject: [PATCH] * update uv to 0.5.26-1 --- python/uv/.SRCINFO | 6 +++--- python/uv/PKGBUILD | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python/uv/.SRCINFO b/python/uv/.SRCINFO index 4b8e1c2669..580e379aaa 100644 --- a/python/uv/.SRCINFO +++ b/python/uv/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = uv pkgdesc = An extremely fast Python package installer and resolver written in Rust - pkgver = 0.5.13 + pkgver = 0.5.26 pkgrel = 1 url = https://github.com/astral-sh/uv arch = x86_64 @@ -23,8 +23,8 @@ pkgbase = uv depends = zlib depends = bzip2 options = !lto - source = git+https://github.com/astral-sh/uv.git#tag=0.5.13 - sha256sums = e33d8364be50d02f77d0d6510859743a40a44d3a0bd04d432097804d8f7e71f9 + source = git+https://github.com/astral-sh/uv.git#tag=0.5.26 + sha256sums = e786cf73c77bf549cd87666e2e15da5974e233e108ef74b81980e6814f61a066 pkgname = uv diff --git a/python/uv/PKGBUILD b/python/uv/PKGBUILD index f8ea33c97a..d78fff5c26 100644 --- a/python/uv/PKGBUILD +++ b/python/uv/PKGBUILD @@ -9,7 +9,7 @@ pkgbase=uv pkgname=("$pkgbase" "python-$pkgbase") -pkgver=0.5.13 +pkgver=0.5.26 pkgrel=1 pkgdesc='An extremely fast Python package installer and resolver written in Rust' arch=(x86_64 powerpc64le powerpc64 riscv64) @@ -24,7 +24,11 @@ makedepends=('cargo' 'maturin' 'python-installer' 'cmake' 'git') checkdepends=('python' 'python-zstandard' 'libxcrypt-compat' 'clang') options=('!lto') source=("git+$url.git#tag=$pkgver") -sha256sums=('e33d8364be50d02f77d0d6510859743a40a44d3a0bd04d432097804d8f7e71f9') +sha256sums=('e786cf73c77bf549cd87666e2e15da5974e233e108ef74b81980e6814f61a066') + +case "${CARCH}" in + powerpc) options+=(!debug) ;; +esac prepare() { cd "$pkgbase"