Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / ty
Commits:
82c5357c by Caleb Maclennan at 2026-01-22T10:43:34+03:00
upgpkg: 0.0.13-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.12
+ pkgver = 0.0.13
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.12
+ source = git+https://github.com/astral-sh/ty.git#tag=0.0.13
source = git+https://github.com/astral-sh/ruff.git
- b2sums =
a1e706e1923f1d8da750e2480d386e1e0fa961e8d7886dad79545abf9a04af850c28cf098f5f89c333495300b2d5ae53574ecbfae0bb39b99549f8d053892fb5
+ b2sums =
cbc757a840aad87a918b59ea1af47a6aa525e51b98fa0f97ed123c88a6ac613e74c496498bec047c3288e24dccb6166a6ff902361be60af6f7f85ff5c2a41ad0
b2sums = SKIP
pkgname = ty
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=ty
-pkgver=0.0.12
+pkgver=0.0.13
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=('a1e706e1923f1d8da750e2480d386e1e0fa961e8d7886dad79545abf9a04af850c28cf098f5f89c333495300b2d5ae53574ecbfae0bb39b99549f8d053892fb5'
+b2sums=('cbc757a840aad87a918b59ea1af47a6aa525e51b98fa0f97ed123c88a6ac613e74c496498bec047c3288e24dccb6166a6ff902361be60af6f7f85ff5c2a41ad0'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ty/-/commit/82c5357cd5b1428916479f570fe72ebc7374cd24
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ty/-/commit/82c5357cd5b1428916479f570fe72ebc7374cd24
You're receiving this email because of your account on gitlab.archlinux.org.