Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / ty
Commits:
19e32fb6 by Caleb Maclennan at 2025-12-22T16:57:11+03:00
upgpkg: 0.0.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ty
pkgdesc = Extremely fast Python type checker and language server,
written in Rust
- pkgver = 0.0.4
- pkgrel = 2
+ pkgver = 0.0.5
+ pkgrel = 1
url = https://github.com/astral-sh/ty
arch = x86_64
license = MIT
@@ -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.4
+ source = git+https://github.com/astral-sh/ty.git#tag=0.0.5
source = git+https://github.com/astral-sh/ruff.git
- b2sums =
af03755a0a3842b30b96c3f9170e693fc3f246822802f75833e93bcd969de383f2e210e1759f4cbbfd208684ab0385a49100622bf8e3ca3d6b7612c57d3400fc
+ b2sums =
57e60d6785eef18d6c7aa5aeb8d7ee07267742723e4164c8102c00f241c1d57aef0247b8bdb7b9c27eb0186dcea324cdc230387e32a23ca2d82de10b6fd3f8ab
b2sums = SKIP
pkgname = ty
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=ty
-pkgver=0.0.4
-pkgrel=2
+pkgver=0.0.5
+pkgrel=1
pkgdesc='Extremely fast Python type checker and language server, written in
Rust'
arch=(x86_64)
url=https://github.com/astral-sh/ty
@@ -19,7 +19,7 @@ source=(
"git+$url.git#tag=$pkgver"
git+https://github.com/astral-sh/ruff.git
)
-b2sums=('af03755a0a3842b30b96c3f9170e693fc3f246822802f75833e93bcd969de383f2e210e1759f4cbbfd208684ab0385a49100622bf8e3ca3d6b7612c57d3400fc'
+b2sums=('57e60d6785eef18d6c7aa5aeb8d7ee07267742723e4164c8102c00f241c1d57aef0247b8bdb7b9c27eb0186dcea324cdc230387e32a23ca2d82de10b6fd3f8ab'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ty/-/commit/19e32fb66a429d836b95a2a8b79b61253f6eead5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ty/-/commit/19e32fb66a429d836b95a2a8b79b61253f6eead5
You're receiving this email because of your account on gitlab.archlinux.org.