From a675bf0fe0f0c7cbfec81bb7347690ac4a12a2a9 Mon Sep 17 00:00:00 2001 From: Abhijit Date: Thu, 6 May 2021 11:48:00 -0700 Subject: [PATCH] kitty: update to 0.20.3 --- srcpkgs/kitty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 5a8dcc8b4fb8..bcb5377d4ac3 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.20.1 +version=0.20.3 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=43596a1c5645fe476e96e748bb3b44afd680d84b4af409cd36b33de19b31933d +checksum=7048cc0e6c17fe5ef3fbac18125dbd5f05d6c628838f004b8e2ad3546fb77d85 patch_args="-Np1" python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152"