From 87769297b2b04ded318ef38a0220a0b2f8b5ec75 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 28 Apr 2021 14:10:18 +0000 Subject: [PATCH] community/kitty to 0.20.2-1 --- community/kitty/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/kitty/PKGBUILD b/community/kitty/PKGBUILD index 2cecdef8e..da500af82 100644 --- a/community/kitty/PKGBUILD +++ b/community/kitty/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=kitty pkgname=(kitty kitty-terminfo) -pkgver=0.20.1 +pkgver=0.20.2 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=('9627a26f4396b708521d14f7577def589393ff7a67feb64a883a6a84bed249388918fc2aaac241081a07066afb1e8940626e1976f0b5d18fb2fef5eb621b1a89') +sha512sums=('3cee1501c2787283654e0c48a6dd40a969d570003722dc0558d278b29a22df51d4e215d66cd74a417a08bff9beaf8cf69f594f34dab23647d9abdba831c9fb65') build() { cd "$srcdir/$pkgname-$pkgver"