Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / ty
Commits:
238e059f by Caleb Maclennan at 2025-12-25T00:23:18+03:00
upgpkg: 0.0.6-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.5
- pkgrel = 2
+ pkgver = 0.0.6
+ 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.5
+ source = git+https://github.com/astral-sh/ty.git#tag=0.0.6
source = git+https://github.com/astral-sh/ruff.git
- b2sums =
57e60d6785eef18d6c7aa5aeb8d7ee07267742723e4164c8102c00f241c1d57aef0247b8bdb7b9c27eb0186dcea324cdc230387e32a23ca2d82de10b6fd3f8ab
+ b2sums =
6f022b6909b504d0772f13ce8fcdf07e949421ff727b3667b41ec448073964ed7825f463690e196cf1757310b5e61750d175f0fba19f9445fd7cc7effc508bf8
b2sums = SKIP
pkgname = ty
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=ty
-pkgver=0.0.5
-pkgrel=2
+pkgver=0.0.6
+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=('57e60d6785eef18d6c7aa5aeb8d7ee07267742723e4164c8102c00f241c1d57aef0247b8bdb7b9c27eb0186dcea324cdc230387e32a23ca2d82de10b6fd3f8ab'
+b2sums=('6f022b6909b504d0772f13ce8fcdf07e949421ff727b3667b41ec448073964ed7825f463690e196cf1757310b5e61750d175f0fba19f9445fd7cc7effc508bf8'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ty/-/commit/238e059ff75e5c103c810a6bb2aec962160b28fe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ty/-/commit/238e059ff75e5c103c810a6bb2aec962160b28fe
You're receiving this email because of your account on gitlab.archlinux.org.