Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / ty
Commits:
a08d6f63 by Caleb Maclennan at 2026-02-27T15:21:35+03:00
upgpkg: 0.0.19-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.18
+ pkgver = 0.0.19
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.18
+ source = git+https://github.com/astral-sh/ty.git#tag=0.0.19
source = git+https://github.com/astral-sh/ruff.git
- b2sums =
34c6de1ebe50ab51eb8651d3253025639d075704e6d1bae29f4dbd8cc3bd747744d0c252ada38ccf7869141c6fa71a74739baba69dcb3c85dd6466ceea573e27
+ b2sums =
913d6e617978cc9d102fa865d0d94fb5923b9fcf8cbb3c97fc754048db9fd58d759f1d7758eb016f671653399709d43b9e53909f98e0189b3764fbe0c9962f34
b2sums = SKIP
pkgname = ty
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=ty
-pkgver=0.0.18
+pkgver=0.0.19
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=('34c6de1ebe50ab51eb8651d3253025639d075704e6d1bae29f4dbd8cc3bd747744d0c252ada38ccf7869141c6fa71a74739baba69dcb3c85dd6466ceea573e27'
+b2sums=('913d6e617978cc9d102fa865d0d94fb5923b9fcf8cbb3c97fc754048db9fd58d759f1d7758eb016f671653399709d43b9e53909f98e0189b3764fbe0c9962f34'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ty/-/commit/a08d6f63e2326fbe3d1c44ccdd0c5d46d5c3d0c4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ty/-/commit/a08d6f63e2326fbe3d1c44ccdd0c5d46d5c3d0c4
You're receiving this email because of your account on gitlab.archlinux.org.