Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / ty
Commits:
f49b65cb by Caleb Maclennan at 2026-01-10T11:54:36+03:00
upgpkg: 0.0.11-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.10
- pkgrel = 2
+ pkgver = 0.0.11
+ 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.10
+ source = git+https://github.com/astral-sh/ty.git#tag=0.0.11
source = git+https://github.com/astral-sh/ruff.git
- b2sums =
478e31ce19fbfdcf964a68b8e74a1b7235cd8372f11ae0cd41c73d0925d26c95d59150786a75409ea4a1a44e573e4538cd437694b95025d0485726b11d424ad0
+ b2sums =
b87bf6e05b3e55d0ebe86dab7e07eef698336d1bc07284288d95585a154dc63f76d34848bb3ab7caa9b484ed61bcf4322d5fe1cf67c108059af176a22396cd57
b2sums = SKIP
pkgname = ty
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=ty
-pkgver=0.0.10
-pkgrel=2
+pkgver=0.0.11
+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=('478e31ce19fbfdcf964a68b8e74a1b7235cd8372f11ae0cd41c73d0925d26c95d59150786a75409ea4a1a44e573e4538cd437694b95025d0485726b11d424ad0'
+b2sums=('b87bf6e05b3e55d0ebe86dab7e07eef698336d1bc07284288d95585a154dc63f76d34848bb3ab7caa9b484ed61bcf4322d5fe1cf67c108059af176a22396cd57'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ty/-/commit/f49b65cba3fc7b4f43653d82ab400130a54d24fd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ty/-/commit/f49b65cba3fc7b4f43653d82ab400130a54d24fd
You're receiving this email because of your account on gitlab.archlinux.org.