update: kitty 0.11.2 (#552)

This commit is contained in:
Benjamin Slade 2018-07-03 14:45:44 -06:00 committed by cr6git
parent f787fd9e89
commit 3c887783a8
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kitty' # Template file for 'kitty'
pkgname=kitty pkgname=kitty
version=0.11.1 version=0.11.2
revision=1 revision=1
python_version=3 python_version=3
hostmakedepends="ncurses pkg-config" hostmakedepends="ncurses pkg-config"
@ -9,11 +9,11 @@ makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel
depends="kitty-terminfo" depends="kitty-terminfo"
conf_files="/etc/kitty/kitty.conf" conf_files="/etc/kitty/kitty.conf"
short_desc="Modern, hackable, featureful, OpenGL based terminal emulator" short_desc="Modern, hackable, featureful, OpenGL based terminal emulator"
maintainer="Julio Galvan <juliogalvan@protonmail.com>" 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=3baf72ee4de8818bbc205fd631f716b60eabc8bd215ec7e834e00a01db7912c4 checksum=3bf198f529b3a4fd0811c2036e104cf8ffe034b57832c551413cbb37f505c4d3
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" python3-devel wayland-devel wayland-protocols" hostmakedepends+=" python3-devel wayland-devel wayland-protocols"