From da6f3a559059035dba47a4261983f724c7f3381c Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Mon, 29 Jul 2019 09:18:00 +0300 Subject: [PATCH] kitty: update to 0.14.3 --- srcpkgs/kitty/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 5e07ef7ea69..3c041a093bf 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,11 +1,11 @@ # Template file for 'kitty' pkgname=kitty -version=0.14.2 +version=0.14.3 revision=1 pycompile_dirs="usr/lib/kitty" hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols" makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel - python3-devel wayland-devel wayland-protocols" + python3-devel wayland-devel wayland-protocols libcanberra-devel" depends="kitty-terminfo-${version}_${revision}" short_desc="Modern, hackable, featureful, OpenGL based terminal emulator" maintainer="Benjamin Slade " @@ -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=9eb32808425867dd63580718bc1b97bbd9046d4024279837c6132eb1ef37f189 +checksum=f5e522a6e477acd8b4a9637261f20dc66d6f7b9e9229a4a957f10811708b8d8b pycompile_version="$py3_ver" LDFLAGS+=" -Wl,-z,stack-size=2097152"