Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
kitty
Commits:
deaa3ccc by Lukas Fleischer at 2024-09-25T09:50:59-05:00
upgpkg: 0.36.3-1: update to 0.36.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kitty
pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator
- pkgver = 0.36.2
+ pkgver = 0.36.3
pkgrel = 1
url = https://github.com/kovidgoyal/kitty
arch = x86_64
@@ -26,10 +26,10 @@ pkgbase = kitty
depends = librsync
depends = xxhash
options = !lto
- source =
kitty-0.36.2.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.36.2/kitty-0.36.2.tar.xz
- source =
kitty-0.36.2.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.36.2/kitty-0.36.2.tar.xz.sig
+ source =
kitty-0.36.3.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.36.3/kitty-0.36.3.tar.xz
+ source =
kitty-0.36.3.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.36.3/kitty-0.36.3.tar.xz.sig
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
- b2sums =
ab7896c9b5f4a3b428a880663f000618cafff5e1837df693d56b0c7c5364aa7acfb8dd472886935594ecff05be30821c68e2fdc598a530ee36c55031956c2998
+ b2sums =
0ed7c8ea92c8fedae64a1059b21f120fab3141607be27c74116f34ee637fc33899dc240954d47757f36ec487bba40f7856423777d756014a3dd5221329403293
b2sums = SKIP
pkgname = kitty
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgbase=kitty
pkgname=(kitty kitty-terminfo kitty-shell-integration)
-pkgver=0.36.2
+pkgver=0.36.3
pkgrel=1
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
arch=('x86_64')
@@ -19,7 +19,7 @@ makedepends=('libxinerama' 'libxrandr' 'wayland-protocols'
'go' 'simde' 'ttf-ner
options=("!lto")
source=("${pkgname}-${pkgver}.tar.xz::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz"
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz.sig")
-b2sums=('ab7896c9b5f4a3b428a880663f000618cafff5e1837df693d56b0c7c5364aa7acfb8dd472886935594ecff05be30821c68e2fdc598a530ee36c55031956c2998'
+b2sums=('0ed7c8ea92c8fedae64a1059b21f120fab3141607be27c74116f34ee637fc33899dc240954d47757f36ec487bba40f7856423777d756014a3dd5221329403293'
'SKIP')
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/deaa3ccc4ca274f37f86d326bd74fe14ff0eb298
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/deaa3ccc4ca274f37f86d326bd74fe14ff0eb298
You're receiving this email because of your account on gitlab.archlinux.org.