* update uv to 0.5.26-1

This commit is contained in:
Alexander Baldeck 2025-02-18 19:58:17 +01:00
parent e84fbfe224
commit 5fbb51fd45
2 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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"