From 09f66cdafd2fafe8305bf7e7ba2f39db6908c33d Mon Sep 17 00:00:00 2001 From: zenobit Date: Mon, 25 Sep 2023 09:15:55 +0200 Subject: [PATCH] kitty: update to 0.30.1 --- srcpkgs/kitty/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 0cea59aa6b624..11ed522c46d7c 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,10 +1,10 @@ # Template file for 'kitty' pkgname=kitty -version=0.29.2 -revision=3 +version=0.30.1 +revision=1 build_helper="python3" pycompile_dirs="usr/lib/kitty" -hostmakedepends="go pkg-config python3 wayland-devel wayland-protocols" +hostmakedepends="go pkg-config python3 wayland-devel wayland-protocols xxHash-devel" makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel openssl-devel dbus-devel libXcursor-devel libXrandr-devel libXi-devel @@ -17,7 +17,7 @@ license="GPL-3.0-only" 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=6995fbc142657ad62dadbd3b4ccd51d9d44aac7de0cc3e8ea4d6a657dda611f6 +checksum=42c4ccfb601f830fbf42b7cb23d545f0f775010f26abe1b969b8346290e9d68b python_version=3 nopie_files="/usr/bin/kitten"