From 26e7dcdea9a27f9f759ea4fd5f0fd31b2287a87f Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Tue, 17 Aug 2021 10:18:54 -0500 Subject: [PATCH] kitty: update to 0.23.1. --- srcpkgs/kitty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index c08d887702bf..cf752b7a7c5e 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.21.1 +version=0.23.1 revision=1 pycompile_dirs="usr/lib/kitty" hostmakedepends="pkg-config python3 wayland-devel wayland-protocols" @@ -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=9d2ce82187e95626f6e4367b69a3142d0788f885873a90c0bef7acb000882b5d +checksum=5190f5eeb4653ac2ca02885623fd3aa10da1c82260c5b9866614ef4fd7427856 python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152"