From 8b052bf9551fb8faf808bf0230eec2202945120d Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Sun, 4 Oct 2020 17:43:29 +0300 Subject: [PATCH] kitty: update to 0.19.0 --- srcpkgs/kitty/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 8c672f481b4..4828b0626d6 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.18.3 +version=0.19.0 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=8fc923793e37a9a6c638076556c8fbaa3224da1356ff185e544e32d59d4a67a4 +checksum=c4307c95610423d8ebadd0a903217ef0951db2b054dfef2831d319d5133e02e7 patch_args="-Np1" python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152" @@ -41,7 +41,6 @@ do_install() { kitty-terminfo_package() { short_desc+=" - terminfo data" - archs=noarch pkg_install() { vmove usr/share/terminfo }