Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / ty
Commits:
1481acb7 by Caleb Maclennan at 2026-03-03T15:19:18+03:00
upgpkg: 0.0.20-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ty
pkgdesc = Extremely fast Python type checker and language server,
written in Rust
- pkgver = 0.0.19
+ pkgver = 0.0.20
pkgrel = 1
url = https://github.com/astral-sh/ty
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = ty
makedepends = python-installer
depends = python
options = !lto
- source = git+https://github.com/astral-sh/ty.git#tag=0.0.19
+ source = git+https://github.com/astral-sh/ty.git#tag=0.0.20
source = git+https://github.com/astral-sh/ruff.git
- b2sums =
913d6e617978cc9d102fa865d0d94fb5923b9fcf8cbb3c97fc754048db9fd58d759f1d7758eb016f671653399709d43b9e53909f98e0189b3764fbe0c9962f34
+ b2sums =
31498c5db042d14e1c70a0e0633879ce000d81edabed76dd6daaa827ced45885280914def3ac8bc0415c5df9fc31658080e5702fefdc717abfa34d74bbeb96c7
b2sums = SKIP
pkgname = ty
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=ty
-pkgver=0.0.19
+pkgver=0.0.20
pkgrel=1
pkgdesc='Extremely fast Python type checker and language server, written in
Rust'
arch=(x86_64)
@@ -19,7 +19,7 @@ source=(
"git+$url.git#tag=$pkgver"
git+https://github.com/astral-sh/ruff.git
)
-b2sums=('913d6e617978cc9d102fa865d0d94fb5923b9fcf8cbb3c97fc754048db9fd58d759f1d7758eb016f671653399709d43b9e53909f98e0189b3764fbe0c9962f34'
+b2sums=('31498c5db042d14e1c70a0e0633879ce000d81edabed76dd6daaa827ced45885280914def3ac8bc0415c5df9fc31658080e5702fefdc717abfa34d74bbeb96c7'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ty/-/commit/1481acb74142e49c63ec6803a3e9a5d40b51b8f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ty/-/commit/1481acb74142e49c63ec6803a3e9a5d40b51b8f7
You're receiving this email because of your account on gitlab.archlinux.org.