kitty: update to 0.11.3
This commit is contained in:
parent
fc294a11bf
commit
657cd555be
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kitty'
|
# Template file for 'kitty'
|
||||||
pkgname=kitty
|
pkgname=kitty
|
||||||
version=0.11.2
|
version=0.11.3
|
||||||
revision=1
|
revision=1
|
||||||
python_version=3
|
python_version=3
|
||||||
hostmakedepends="ncurses pkg-config"
|
hostmakedepends="ncurses pkg-config"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Benjamin Slade <slade@jnanam.net>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://sw.kovidgoyal.net/kitty/"
|
homepage="https://sw.kovidgoyal.net/kitty/"
|
||||||
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=3bf198f529b3a4fd0811c2036e104cf8ffe034b57832c551413cbb37f505c4d3
|
checksum=e36e3d777824030b686003fbf20c1861efb8183e43bf3efc9cb8f92a0aa9a10e
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" python3-devel wayland-devel wayland-protocols"
|
hostmakedepends+=" python3-devel wayland-devel wayland-protocols"
|
||||||
|
|
Loading…
Reference in New Issue