From 88e7fd27443158da0fafa0d121d00d0d7e7d68d2 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 21 Aug 2024 10:28:13 +0000 Subject: [PATCH] extra/kitty to 0.36.0-1 --- extra/kitty/.SRCINFO | 9 +++++---- extra/kitty/PKGBUILD | 10 ++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/extra/kitty/.SRCINFO b/extra/kitty/.SRCINFO index 2df160a3c..fef34e6b7 100644 --- a/extra/kitty/.SRCINFO +++ b/extra/kitty/.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 diff --git a/extra/kitty/PKGBUILD b/extra/kitty/PKGBUILD index 9e0b41ab5..d15da8be3 100644 --- a/extra/kitty/PKGBUILD +++ b/extra/kitty/PKGBUILD @@ -1,4 +1,6 @@ -# Maintainer: Maxim Baz +# Maintainer: Campbell Jones +# Maintainer: Lukas Fleischer +# Contributor: Maxim Baz # Contributor: Sven-Hendrik Haase # Contributor: Fabio 'Lolix' Loli -> https://github.com/FabioLolix # Contributor: Maximilian Kindshofer @@ -9,7 +11,7 @@ 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') @@ -17,11 +19,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