From c0397a26b3fcfc4eae3862d2892bf940d721df0b Mon Sep 17 00:00:00 2001 From: Gadzhi Kharkharov Date: Tue, 20 Apr 2021 19:18:50 +0300 Subject: [PATCH] kitty: update to 0.20.1. --- srcpkgs/kitty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 0b1d93b39114..5a8dcc8b4fb8 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.19.3 +version=0.20.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=16d843356b0697db2b71754b4afd8d43166a0f0561e606107f6a4b9519624e4f +checksum=43596a1c5645fe476e96e748bb3b44afd680d84b4af409cd36b33de19b31933d patch_args="-Np1" python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152"