From 9e683c3f23fae99ec149014f1f41e7b5a8e19ad8 Mon Sep 17 00:00:00 2001 From: hechos Date: Sun, 23 Jan 2022 17:20:18 -0300 Subject: [PATCH] kitty: update to 0.24.1 --- srcpkgs/kitty/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 21624d892634..e7eb190c3f90 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,11 +1,10 @@ # Template file for 'kitty' pkgname=kitty -version=0.23.1 -revision=2 +version=0.24.1 +revision=1 pycompile_dirs="usr/lib/kitty" hostmakedepends="pkg-config python3 wayland-devel wayland-protocols" -makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel - python3-devel wayland-devel wayland-protocols libcanberra-devel" +makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel" depends="kitty-terminfo-${version}_${revision}" short_desc="Modern, hackable, featureful, OpenGL based terminal emulator" maintainer="Benjamin Slade " @@ -13,7 +12,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=5190f5eeb4653ac2ca02885623fd3aa10da1c82260c5b9866614ef4fd7427856 +checksum=cbe9724730077c3c0ca52e431ff115c317b198dbf609c843be4aa9f34c2d5412 python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152"