diff --git a/community/kitty/PKGBUILD b/community/kitty/PKGBUILD index dd3891b05..12df3079b 100644 --- a/community/kitty/PKGBUILD +++ b/community/kitty/PKGBUILD @@ -1,5 +1,5 @@ # Maintainer: Sven-Hendrik Haase -# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Maintainer: Maxim Baz # Contributor: Fabio 'Lolix' Loli -> https://github.com/FabioLolix # Contributor: Maximilian Kindshofer @@ -8,7 +8,7 @@ pkgbase=kitty pkgname=(kitty kitty-terminfo kitty-shell-integration) -pkgver=0.26.1 +pkgver=0.26.2 pkgrel=1 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator" arch=('x86_64') @@ -19,7 +19,7 @@ depends=('python3' 'freetype2' 'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x1 makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols') source=("${pkgname}-${pkgver}.tar.xz::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz" "${pkgname}-${pkgver}.tar.xz.sig::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz.sig") -sha512sums=('ed270c84078acb33921506296c476ada5f19fb33344047c7dad5b2d7b697c2111e2925dc391eb4927a05ef82ae583b35db5eee53e148e3e4d71ce942a1deade2' +sha512sums=('4bfb3d9438bb018dc10503be610df4e6e8bb1f9459b5131f46fde6279ba5423e44dbbcb86a2dc2602ee208266edc78074f6496e99761cf43f7081ea9e88175f7' 'SKIP') validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal