Skip to content
Snippets Groups Projects
Verified Commit 97ead4ad authored by Orhun Parmaksız's avatar Orhun Parmaksız
Browse files

upgpkg: 0.17.0-1: upstream release

parent 66b6b9af
No related branches found
Tags 1.4-1
No related merge requests found
pkgbase = rye
pkgdesc = An experimental alternative to poetry, pip, pipenv, venv, virtualenv, pdm, hatch
pkgver = 0.16.0
pkgver = 0.17.0
pkgrel = 1
url = https://github.com/mitsuhiko/rye
arch = x86_64
......@@ -13,7 +13,7 @@ pkgbase = rye
depends = gcc-libs
depends = libxcrypt-compat
options = !lto
source = rye::git+https://github.com/mitsuhiko/rye.git#commit=c003223d5db575276d3ef52d31590580f3b1e97f
source = rye::git+https://github.com/mitsuhiko/rye.git#commit=500d8c4e6695ee924639fa249f417f59389eb203
sha512sums = SKIP
pkgname = rye
......@@ -2,8 +2,8 @@
# Contributor: Mahor Foruzesh <mahor1221 at gmail dot com>
pkgname=rye
_commit=c003223d5db575276d3ef52d31590580f3b1e97f
pkgver=0.16.0
_commit=500d8c4e6695ee924639fa249f417f59389eb203
pkgver=0.17.0
pkgrel=1
pkgdesc="An experimental alternative to poetry, pip, pipenv, venv, virtualenv, pdm, hatch"
arch=('x86_64')
......@@ -23,7 +23,7 @@ options=('!lto')
prepare() {
cd "$pkgname"
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment