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