Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
kitty
Commits:
e57c74c8 by Lukas Fleischer at 2025-11-03T12:56:42-05:00
upgpkg: 0.44.0-1: upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kitty
pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator
- pkgver = 0.43.1
+ pkgver = 0.44.0
pkgrel = 1
url = https://github.com/kovidgoyal/kitty
arch = x86_64
@@ -32,10 +32,10 @@ pkgbase = kitty
depends = xxhash
depends = zlib
options = !lto
- source =
https://github.com/kovidgoyal/kitty/releases/download/v0.43.1/kitty-0.43.1.tar.xz
- source =
https://github.com/kovidgoyal/kitty/releases/download/v0.43.1/kitty-0.43.1.tar.xz.sig
+ source =
https://github.com/kovidgoyal/kitty/releases/download/v0.44.0/kitty-0.44.0.tar.xz
+ source =
https://github.com/kovidgoyal/kitty/releases/download/v0.44.0/kitty-0.44.0.tar.xz.sig
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
- b2sums =
27d6d06d16d5d2989741691aa5ec40c395f11ae9479f2ac78cfab6e2716023d01603d94957b825f9fe5bf09c377c5bc87a839545238abab8512a408482a4a570
+ b2sums =
67c876292be90f7c783dc1a07430508e0bce3cfc2092b21c93e794c86fad76427b7be8e24480f5dc9c56c99e103cc5ef4575743968ee2821b4aee30069e0e748
b2sums = SKIP
pkgname = kitty
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgbase=kitty
pkgname=(kitty kitty-terminfo kitty-shell-integration)
-pkgver=0.43.1
+pkgver=0.44.0
pkgrel=1
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
arch=('x86_64')
@@ -45,7 +45,7 @@ makedepends=(
)
options=("!lto")
source=("https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig})
-b2sums=('27d6d06d16d5d2989741691aa5ec40c395f11ae9479f2ac78cfab6e2716023d01603d94957b825f9fe5bf09c377c5bc87a839545238abab8512a408482a4a570'
+b2sums=('67c876292be90f7c783dc1a07430508e0bce3cfc2092b21c93e794c86fad76427b7be8e24480f5dc9c56c99e103cc5ef4575743968ee2821b4aee30069e0e748'
'SKIP')
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/e57c74c837b1ce1d006828b98dec99eaabd6df6f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/e57c74c837b1ce1d006828b98dec99eaabd6df6f
You're receiving this email because of your account on gitlab.archlinux.org.