Date: Friday, November 27, 2020 @ 22:43:39 Author: svenstaro Revision: 764755
upgpkg: kitty 0.19.2-1 Modified: kitty/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-27 22:41:47 UTC (rev 764754) +++ PKGBUILD 2020-11-27 22:43:39 UTC (rev 764755) @@ -5,8 +5,8 @@ pkgbase=kitty pkgname=(kitty kitty-terminfo) -pkgver=0.19.1 -pkgrel=2 +pkgver=0.19.2 +pkgrel=1 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator" arch=('x86_64') url="https://github.com/kovidgoyal/kitty" @@ -15,7 +15,7 @@ '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=('880eaf4bf5f40b787f77c87cb3a884ae2a0791c2182e54b496ad350cadf6c046155dd8cd62e66d62214bc25562ef1eb6f88ba394a88b679db9f00e8acf6034e5') +sha512sums=('ccfb04e2fe9ae3a133833fc8f74bbda89388825d47fe801bea255c30977340f3d279c0ae00b6eab01f81243484e16fbe8aeb1b3e0e01ce62025829b6a220f904') build() { cd "$srcdir/$pkgname-$pkgver"