From 36a4cf48b165c81fabaa13aefd98b0386a8cf6a6 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 1 Oct 2023 00:06:18 -0400 Subject: [PATCH] kitty: update to 0.30.0. --- srcpkgs/kitty/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 0cea59aa6b6..9d022beb2d2 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,14 +1,14 @@ # Template file for 'kitty' pkgname=kitty -version=0.29.2 -revision=3 +version=0.30.0 +revision=1 build_helper="python3" pycompile_dirs="usr/lib/kitty" hostmakedepends="go pkg-config python3 wayland-devel wayland-protocols" makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel - python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel + python3-devel wayland-devel wayland-protocols libcanberra-devel openssl-devel dbus-devel libXcursor-devel libXrandr-devel libXi-devel - fontconfig-devel libxcb-devel lcms2-devel" + fontconfig-devel libxcb-devel lcms2-devel xxHash-devel" depends="kitty-terminfo-${version}_${revision} kitty-shell-integration-${version}_${revision} kitty-kitten-${version}_${revision}" short_desc="Modern, hackable, featureful, OpenGL based terminal emulator" @@ -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=aac6b6a593ef55a41b93bb87eff551042a68046f8dbe6909b6a7522853be06a6 python_version=3 nopie_files="/usr/bin/kitten"