From a6b1b5aa1abfc11531acccf6f588a8d6e49b2faa Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Tue, 24 Mar 2020 10:30:52 +0200 Subject: [PATCH] kitty: update to 0.17.1 --- srcpkgs/kitty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 75160e61bc..c2b8d5db27 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.16.0 +version=0.17.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=a78e9e1f2a37c734df1bf9c7f986212624fb50ddd2f589c85868bb9152fc7881 +checksum=f8487ce0611999deb9dcdc0bdcc5e6ff47923a426f23dc07a80a42a3df2a85cb patch_args="-Np1" pycompile_version="$py3_ver" LDFLAGS+=" -Wl,-z,stack-size=2097152"