Date: Tuesday, January 4, 2022 @ 11:01:57 Author: svenstaro Revision: 1092878
upgpkg: kitty 0.24.0-1 Modified: kitty/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-04 10:57:06 UTC (rev 1092877) +++ PKGBUILD 2022-01-04 11:01:57 UTC (rev 1092878) @@ -1,4 +1,4 @@ -# Maintainer: Sven-Hendrik Haase <[email protected]> +# Maintainer: Sven-Hendrik Haase <[email protected]> # Maintainer: Maxim Baz <$pkgname at maximbaz dot com> # Contributor: Fabio 'Lolix' Loli <[email protected]> -> https://github.com/FabioLolix # Contributor: Maximilian Kindshofer <[email protected]> @@ -5,8 +5,8 @@ pkgbase=kitty pkgname=(kitty kitty-terminfo) -pkgver=0.23.1 -pkgrel=2 +pkgver=0.24.0 +pkgrel=1 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator" arch=('x86_64') url="https://github.com/kovidgoyal/kitty" @@ -13,10 +13,10 @@ license=('GPL3') depends=('python3' 'freetype2' 'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x11' 'libxi' 'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2') -makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols') +makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 'librsync') 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=('2d0c822e6bfca41b0a5e5e71e62f5073792b10c236287a509a6c790e19d098205c8719dbcb4aa630abbbaa3d44d6c9986c13efde7a9556772a89709383a0fe94' +sha512sums=('b851ed56d16f9a39d47810bf27c2bc8cbb52d476376c4090045db90c1ad0bc7db6fd9e97edd6ce50a6d69e716671e1e909aab889ecac368857ad5c07f68a76af' 'SKIP') validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
