Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / rye
Commits:
3f611b38 by Orhun Parmaksız at 2024-09-29T22:18:37+03:00
upgpkg: 0.41.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rye
pkgdesc = An experimental alternative to poetry, pip, pipenv, venv,
virtualenv, pdm, hatch
- pkgver = 0.39.0
+ pkgver = 0.41.0
pkgrel = 1
url = https://github.com/astral-sh/rye
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = rye
depends = gcc-libs
depends = libxcrypt-compat
options = !lto
- source =
rye-0.39.0::git+https://github.com/astral-sh/rye.git#commit=bf3ccf8187627d43cd11c83a92c8bd615f163637
- sha512sums =
e5183915bc4b56630eed175280c1a1b4e43c7bf560aff510d03194d68afa23b3aad0d3ee441b182743e700d29563921e27c65ad2b3b6cd22a4b15f89886c5658
+ source =
rye-0.41.0::git+https://github.com/astral-sh/rye.git#commit=10d691d16e5b32d22d290c7a62b5081fa87e7610
+ sha512sums =
9eaf720d69ec968fa9cce77340b7b10bb683b7aa562010be96ad578838e0c7898fb109af03d46045e4a4e924445d90503b48efbc5db833ae51c910c0494e1923
pkgname = rye
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Mahor Foruzesh <mahor1221 at gmail dot com>
pkgname=rye
-_commit=bf3ccf8187627d43cd11c83a92c8bd615f163637
-pkgver=0.39.0
+_commit=10d691d16e5b32d22d290c7a62b5081fa87e7610
+pkgver=0.41.0
pkgrel=1
pkgdesc="An experimental alternative to poetry, pip, pipenv, venv, virtualenv,
pdm, hatch"
arch=('x86_64')
@@ -18,7 +18,7 @@ depends=(
)
makedepends=('cargo' 'git')
source=("$pkgname-$pkgver::git+$url.git#commit=$_commit")
-sha512sums=('e5183915bc4b56630eed175280c1a1b4e43c7bf560aff510d03194d68afa23b3aad0d3ee441b182743e700d29563921e27c65ad2b3b6cd22a4b15f89886c5658')
+sha512sums=('9eaf720d69ec968fa9cce77340b7b10bb683b7aa562010be96ad578838e0c7898fb109af03d46045e4a4e924445d90503b48efbc5db833ae51c910c0494e1923')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rye/-/commit/3f611b38673e99527f367af2f4024dcaf865701b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rye/-/commit/3f611b38673e99527f367af2f4024dcaf865701b
You're receiving this email because of your account on gitlab.archlinux.org.