diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index a191f54d1b8..5e07ef7ea69 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.14.1 +version=0.14.2 revision=1 pycompile_dirs="usr/lib/kitty" hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols" @@ -13,7 +13,7 @@ license="GPL-3.0-or-later" 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=248b17f98f8e2b8ee6000ea27c0e8f66df8b7dc7f7d2f6902499b42d845d41a7 +checksum=9eb32808425867dd63580718bc1b97bbd9046d4024279837c6132eb1ef37f189 pycompile_version="$py3_ver" LDFLAGS+=" -Wl,-z,stack-size=2097152" @@ -25,7 +25,7 @@ do_build() { *-musl) vsed -e 's/pow10/pow_10/g' -i kitty/parser.c;; esac - python3 setup.py linux-package --prefix=${DESTDIR}/usr --verbose + python3 setup.py linux-package --prefix=${DESTDIR}/usr --update-check-interval=0 --verbose } do_install() {