Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
kitty
Commits:
67d03761 by Lukas Fleischer at 2024-08-20T20:08:30-07:00
upgpkg: 0.36.0-1: update to 0.36.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kitty
pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator
- pkgver = 0.35.2
+ pkgver = 0.36.0
pkgrel = 1
url = https://github.com/kovidgoyal/kitty
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = kitty
makedepends = wayland-protocols
makedepends = go
makedepends = simde
+ makedepends = ttf-nerd-fonts-symbols-mono
depends = python3
depends = freetype2
depends = fontconfig
@@ -25,10 +26,10 @@ pkgbase = kitty
depends = librsync
depends = xxhash
options = !lto
- source =
kitty-0.35.2.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.35.2/kitty-0.35.2.tar.xz
- source =
kitty-0.35.2.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.35.2/kitty-0.35.2.tar.xz.sig
+ source =
kitty-0.36.0.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.36.0/kitty-0.36.0.tar.xz
+ source =
kitty-0.36.0.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.36.0/kitty-0.36.0.tar.xz.sig
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
- b2sums =
277803c7036890af34f2e0497ab1d33cb578cba4bfba425d6699e02e2106cde4e10f7dcc6859ce7eea1b4f34795a2f5180328665450ccb49d8a6da4183fa4f50
+ b2sums =
7070f1cd1f0dbdd11a91771c124d7278a4918f320b3f2bbc299cd1d5cab05e617761d97f2531736757788b130453de73951ee75a4d604ee99b8ef819080e58ac
b2sums = SKIP
pkgname = kitty
=====================================
PKGBUILD
=====================================
@@ -1,11 +1,13 @@
-# Maintainer: Maxim Baz <archlinux at maximbaz dot com>
+# Maintainer: Campbell Jones <serebit at archlinux dot org>
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Maxim Baz <archlinux at maximbaz dot com>
# Contributor: Sven-Hendrik Haase <[email protected]>
# Contributor: Fabio 'Lolix' Loli <[email protected]> ->
https://github.com/FabioLolix
# Contributor: Maximilian Kindshofer <[email protected]>
pkgbase=kitty
pkgname=(kitty kitty-terminfo kitty-shell-integration)
-pkgver=0.35.2
+pkgver=0.36.0
pkgrel=1
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
arch=('x86_64')
@@ -13,11 +15,11 @@ url="https://github.com/kovidgoyal/kitty"
license=('GPL-3.0-only')
depends=('python3' 'freetype2' 'fontconfig' 'wayland' 'libx11'
'libxkbcommon-x11' 'libxcursor' 'libxi'
'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2' 'librsync' 'xxhash')
-makedepends=('libxinerama' 'libxrandr' 'wayland-protocols' 'go' 'simde')
+makedepends=('libxinerama' 'libxrandr' 'wayland-protocols' 'go' 'simde'
'ttf-nerd-fonts-symbols-mono')
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=('277803c7036890af34f2e0497ab1d33cb578cba4bfba425d6699e02e2106cde4e10f7dcc6859ce7eea1b4f34795a2f5180328665450ccb49d8a6da4183fa4f50'
+b2sums=('7070f1cd1f0dbdd11a91771c124d7278a4918f320b3f2bbc299cd1d5cab05e617761d97f2531736757788b130453de73951ee75a4d604ee99b8ef819080e58ac'
'SKIP')
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/67d037618baef977a34526633a3236beb924de1c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/67d037618baef977a34526633a3236beb924de1c
You're receiving this email because of your account on gitlab.archlinux.org.