kitty: update to 0.12.1

This commit is contained in:
SolitudeSF 2018-09-08 09:11:41 +03:00 committed by maxice8
parent 2be77cfaf9
commit adb46f4c26
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kitty'
pkgname=kitty
version=0.12.0
version=0.12.1
revision=1
python_version=3
hostmakedepends="ncurses pkg-config"
@ -12,7 +12,7 @@ maintainer="Benjamin Slade <slade@jnanam.net>"
license="GPL-3.0-or-later"
homepage="https://sw.kovidgoyal.net/kitty/"
distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
checksum=21f59e458980c0f2c977f4dcc8f7ac287c49f0315ed7a21dcbcb341691f430d1
checksum=ed5c18fe388e2bf569497443935eb60b0dbe971094e94fa3b0f4c442055c7915
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" python3-devel wayland-devel wayland-protocols"