From 07efbb78ab55895146bcda497f268e059287c235 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 fixed checksum error --- srcpkgs/kitty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 5a8dcc8b4fb8..9bc8b48a957b 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=b6117d436ce5997a3449fa9ca0d3ce5a577e309e2b196ed006dc33564739cc87 patch_args="-Np1" python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152"