community/kitty to 0.19.1-1

This commit is contained in:
Kevin Mihelich 2020-10-06 14:56:24 +00:00
parent 6485d81f68
commit 1e43adcea2

View file

@ -8,7 +8,7 @@
pkgbase=kitty
pkgname=(kitty kitty-terminfo)
pkgver=0.19.0
pkgver=0.19.1
pkgrel=1
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
arch=('x86_64')
@ -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=('1c75c9534aa27122d2bfd19f3e2b38d90da6e74e7c97a114b36436b4db6c6c6e254e57e1f26d656ab4501e20d91f8c14ca929bc1b01ecee14c5b6241afaf8d8f')
sha512sums=('880eaf4bf5f40b787f77c87cb3a884ae2a0791c2182e54b496ad350cadf6c046155dd8cd62e66d62214bc25562ef1eb6f88ba394a88b679db9f00e8acf6034e5')
build() {
cd "$srcdir/$pkgname-$pkgver"