From 183fa96557b503494a6d86e62b34b3979de1da37 Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Wed, 25 Sep 2019 14:03:28 +0300 Subject: [PATCH] kitty: update to 0.14.6 --- srcpkgs/kitty/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 87f4d027a0d..d79bcc4acce 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.14.5 +version=0.14.6 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=83deb17803eff2d8d662d738f747eef995096c2eee146c288c5c27cd775c2ff6 +checksum=f07e0b2398b21e546ead8bb7755b140ee2d9cd1be10b720263b2578a0396a9b8 patch_args="-Np1" pycompile_version="$py3_ver" LDFLAGS+=" -Wl,-z,stack-size=2097152"