diff --git a/community/kitty/PKGBUILD b/community/kitty/PKGBUILD index 2ff42fadb..2cecdef8e 100644 --- a/community/kitty/PKGBUILD +++ b/community/kitty/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=kitty pkgname=(kitty kitty-terminfo) -pkgver=0.20.0 +pkgver=0.20.1 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=('e5c4e7b3e414e7356baf6fb742de54dfd7ef77a24ef3b2c8f2e473b2a3c8d51cd84209b714430d93dabcf28ca5083d2725271a9cd3e61ca11cea7be26091b1b8') +sha512sums=('9627a26f4396b708521d14f7577def589393ff7a67feb64a883a6a84bed249388918fc2aaac241081a07066afb1e8940626e1976f0b5d18fb2fef5eb621b1a89') build() { cd "$srcdir/$pkgname-$pkgver"