From aa5706b40c575f7cc82998846485ea61e97b3767 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 4 Jan 2022 13:59:16 +0000 Subject: [PATCH] community/kitty to 0.24.0-1 --- community/kitty/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community/kitty/PKGBUILD b/community/kitty/PKGBUILD index b4465c629..704caceca 100644 --- a/community/kitty/PKGBUILD +++ b/community/kitty/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Sven-Hendrik Haase +# Maintainer: Sven-Hendrik Haase # Maintainer: Maxim Baz <$pkgname at maximbaz dot com> # Contributor: Fabio 'Lolix' Loli -> https://github.com/FabioLolix # Contributor: Maximilian Kindshofer @@ -8,18 +8,18 @@ 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" 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