From 37d133aea2175de22a9fe78802763d736cfae4a2 Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Tue, 11 Aug 2020 13:19:03 +0300 Subject: [PATCH] kitty: update to 0.18.3 --- srcpkgs/kitty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index a186a412011..8c672f481b4 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.18.2 +version=0.18.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=b077b34f3773f698063b85ec96ff9c4598ad5ab86c8580cdda4ec551df121e09 +checksum=8fc923793e37a9a6c638076556c8fbaa3224da1356ff185e544e32d59d4a67a4 patch_args="-Np1" python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152"