From 8188d18663a996da3316f510375be4d9417aaabf Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Tue, 28 Jul 2020 11:58:04 +0300 Subject: [PATCH] kitty: update to 0.18.2 --- srcpkgs/kitty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 7bfa3ec69ea..a186a412011 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.18.1 +version=0.18.2 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=02e144d0a1d18b0d094c50108b782f7318d687f7080be0bbd707419f5551cb89 +checksum=b077b34f3773f698063b85ec96ff9c4598ad5ab86c8580cdda4ec551df121e09 patch_args="-Np1" python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152"