community/kitty to 0.19.2-2

This commit is contained in:
Kevin Mihelich 2020-12-02 19:25:35 +00:00
parent 0c7c2d47f4
commit ee1c0a55fc

View file

@ -8,8 +8,8 @@
pkgbase=kitty
pkgname=(kitty kitty-terminfo)
pkgver=0.19.1
pkgrel=1
pkgver=0.19.2
pkgrel=2
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
arch=('x86_64')
url="https://github.com/kovidgoyal/kitty"
@ -18,7 +18,7 @@ depends=('python3' 'freetype2' 'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x1
'hicolor-icon-theme' 'libgl' 'libcanberra' 'dbus' 'lcms2')
makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 'python-sphinx')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz")
sha512sums=('880eaf4bf5f40b787f77c87cb3a884ae2a0791c2182e54b496ad350cadf6c046155dd8cd62e66d62214bc25562ef1eb6f88ba394a88b679db9f00e8acf6034e5')
sha512sums=('ccfb04e2fe9ae3a133833fc8f74bbda89388825d47fe801bea255c30977340f3d279c0ae00b6eab01f81243484e16fbe8aeb1b3e0e01ce62025829b6a220f904')
build() {
cd "$srcdir/$pkgname-$pkgver"