From 47beba77ea42b7e7a3514222436dab7c9c190bd2 Mon Sep 17 00:00:00 2001 From: Karel Balej Date: Tue, 13 Dec 2022 17:49:59 +0100 Subject: [PATCH] kitty: update to 0.26.5. --- srcpkgs/kitty/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 9893313ce079..717f6ca2fda7 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,7 +1,7 @@ # Template file for 'kitty' pkgname=kitty -version=0.26.3 -revision=2 +version=0.26.5 +revision=1 pycompile_dirs="usr/lib/kitty" hostmakedepends="pkg-config python3 wayland-devel wayland-protocols" makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel @@ -13,7 +13,7 @@ license="GPL-3.0-or-later" homepage="https://sw.kovidgoyal.net/kitty/" changelog="https://sw.kovidgoyal.net/kitty/changelog.html" distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz" -checksum=e86f06da696fce7d6e5822bd82198abdd5d94dbebd5eaacbd3a7b4f6001342f9 +checksum=5544a580314fec7711187ce28162909b5ecff6780071444fe96fb97f8be5c9ad python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152"