From 55947dc75743bea0c40f492204a3effeb6570fce Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Sat, 9 May 2020 10:19:50 +0300 Subject: [PATCH] kitty: update to 0.17.4 --- srcpkgs/kitty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index cf6fe9f1b22..70fe0c8845f 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.17.3 +version=0.17.4 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=f7d73630e8add335bb714b1274ac8fe88f34c7dfa905de4da5d2a5b8e90c00bd +checksum=9c4a32588a52051552f3daffccd14445327e132138bb5afb486f12e4f0308f2a patch_args="-Np1" python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152"