From f75f59620bc369db7b190e0a47a8cbca4a862b1f Mon Sep 17 00:00:00 2001 From: travankor Date: Sun, 20 Dec 2020 02:13:32 -0700 Subject: [PATCH] kitty: update to 0.19.3. --- srcpkgs/kitty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index ba0ed975982..f0292dfb5c4 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.19.2 +version=0.19.3 revision=1 pycompile_dirs="usr/lib/kitty" hostmakedepends="ncurses 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=152b551619e4747b72b636d1c5dd42356b11999e147dae01f1e47bca02280c46 +checksum=16d843356b0697db2b71754b4afd8d43166a0f0561e606107f6a4b9519624e4f patch_args="-Np1" python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152"