* update uv to 0.5.13-1

This commit is contained in:
Alexander Baldeck 2025-01-07 12:56:47 +01:00
parent af958e29a9
commit 1f5bdac1c4
2 changed files with 8 additions and 9 deletions

View File

@ -1,7 +1,7 @@
pkgbase = uv
pkgdesc = An extremely fast Python package installer and resolver written in Rust
pkgver = 0.5.5
pkgrel = 2
pkgver = 0.5.13
pkgrel = 1
url = https://github.com/astral-sh/uv
arch = x86_64
arch = powerpc64le
@ -23,8 +23,8 @@ pkgbase = uv
depends = zlib
depends = bzip2
options = !lto
source = git+https://github.com/astral-sh/uv.git#tag=0.5.5
sha256sums = d795b731d7eafc264286f2c5c6176e2881adde27a4f9d7cf1636b9209c87e67e
source = git+https://github.com/astral-sh/uv.git#tag=0.5.13
sha256sums = e33d8364be50d02f77d0d6510859743a40a44d3a0bd04d432097804d8f7e71f9
pkgname = uv

View File

@ -9,10 +9,10 @@
pkgbase=uv
pkgname=("$pkgbase" "python-$pkgbase")
pkgver=0.5.5
pkgrel=2
pkgver=0.5.13
pkgrel=1
pkgdesc='An extremely fast Python package installer and resolver written in Rust'
arch=(x86_64 powerpc64le powerpc64 riscv64) #FIXME: powerpc
arch=(x86_64 powerpc64le powerpc64 riscv64)
url="https://github.com/astral-sh/uv"
license=('MIT' 'Apache-2.0')
depends=('gcc-libs' # 'libgcc_s.so'
@ -24,11 +24,10 @@ makedepends=('cargo' 'maturin' 'python-installer' 'cmake' 'git')
checkdepends=('python' 'python-zstandard' 'libxcrypt-compat' 'clang')
options=('!lto')
source=("git+$url.git#tag=$pkgver")
sha256sums=('d795b731d7eafc264286f2c5c6176e2881adde27a4f9d7cf1636b9209c87e67e')
sha256sums=('e33d8364be50d02f77d0d6510859743a40a44d3a0bd04d432097804d8f7e71f9')
prepare() {
cd "$pkgbase"
cargo update
local tripple="$(rustc -vV | sed -n 's/host: //p')"
cargo fetch --locked --target "$tripple"
mkdir completions