From 649df2cbcf8ed80e68114a878bd2dd3f99af073a Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Tue, 6 Oct 2020 14:53:27 +0300 Subject: [PATCH] kitty: update to 0.19.1 --- srcpkgs/kitty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 4828b0626d6..3c15708b268 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.19.0 +version=0.19.1 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=c4307c95610423d8ebadd0a903217ef0951db2b054dfef2831d319d5133e02e7 +checksum=b0e8f2a6dc3535c9f46f799132824abb04093afb93f42ca3c44120779523be24 patch_args="-Np1" python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152"