From f0556063d6c65d1a58b13f819c1028e545fc9053 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 9d022beb2d212..67bcf26545f2b 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,10 +1,10 @@ # Template file for 'kitty' pkgname=kitty -version=0.30.0 +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 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=aac6b6a593ef55a41b93bb87eff551042a68046f8dbe6909b6a7522853be06a6 +checksum=42c4ccfb601f830fbf42b7cb23d545f0f775010f26abe1b969b8346290e9d68b python_version=3 nopie_files="/usr/bin/kitten"