From 14316f30a5344de620a800b076d75c068527f633 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 21 Dec 2020 03:26:09 +0000 Subject: [PATCH] community/kitty to 0.19.3-1 --- community/kitty/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/kitty/PKGBUILD b/community/kitty/PKGBUILD index e26b0b24d..cd1fd91cb 100644 --- a/community/kitty/PKGBUILD +++ b/community/kitty/PKGBUILD @@ -8,8 +8,8 @@ pkgbase=kitty pkgname=(kitty kitty-terminfo) -pkgver=0.19.2 -pkgrel=2 +pkgver=0.19.3 +pkgrel=1 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=('ccfb04e2fe9ae3a133833fc8f74bbda89388825d47fe801bea255c30977340f3d279c0ae00b6eab01f81243484e16fbe8aeb1b3e0e01ce62025829b6a220f904') +sha512sums=('225b7a4409c5199d556bd57f4253074608a6d3602d874082c991d13e5db73b7dd68e549d954e5a77fb271f4d2c5fa9a3de45a48247e2f3f162af0b9946628990') build() { cd "$srcdir/$pkgname-$pkgver"