kitty: update to 0.25.2.

This commit is contained in:
oreo639 2022-07-10 00:40:44 -07:00 committed by Michal Vasilek
parent ffe2b2626b
commit b4991c6708

View file

@ -1,6 +1,6 @@
# Template file for 'kitty' # Template file for 'kitty'
pkgname=kitty pkgname=kitty
version=0.25.0 version=0.25.2
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=1a2c81bf46687d4141d3182dc984bbc0330791705af152199e5b5815dae933de checksum=a20a470490fee05bd4bd0ce0964b5b87df1fabe51f05fa076364bbfe2ee4e03c
python_version=3 python_version=3
LDFLAGS+=" -Wl,-z,stack-size=2097152" LDFLAGS+=" -Wl,-z,stack-size=2097152"