kitty: update to 0.24.4

This commit is contained in:
zenobit 2022-03-03 08:26:29 +01:00 committed by Echo
parent 1ae2ad5024
commit b1ca3a39ea

View file

@ -1,6 +1,6 @@
# Template file for 'kitty' # Template file for 'kitty'
pkgname=kitty pkgname=kitty
version=0.24.2 version=0.24.4
revision=1 revision=1
pycompile_dirs="usr/lib/kitty" pycompile_dirs="usr/lib/kitty"
hostmakedepends="pkg-config python3 wayland-devel wayland-protocols" hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
@ -13,7 +13,7 @@ license="GPL-3.0-or-later"
homepage="https://sw.kovidgoyal.net/kitty/" homepage="https://sw.kovidgoyal.net/kitty/"
changelog="https://sw.kovidgoyal.net/kitty/changelog.html" changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz" distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
checksum=66a99fcfeae481db65b94b0bc5fdb4bb28b099fe4fa94b9c0fb0284f34c7b9c7 checksum=d8cd0b4967bb61e2a3427b57cb9f45f278813fb6b986f97b370c8c50aa058d18
python_version=3 python_version=3
LDFLAGS+=" -Wl,-z,stack-size=2097152" LDFLAGS+=" -Wl,-z,stack-size=2097152"