From 2f9c7648892fd3acec413db0a208391986600e28 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer <lfleischer@archlinux.org> Date: Fri, 6 Sep 2024 10:57:36 -0500 Subject: [PATCH] upgpkg: 0.36.2-1: update to 0.36.2 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0986cea..f717a7d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = kitty pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator - pkgver = 0.36.1 + pkgver = 0.36.2 pkgrel = 1 url = https://github.com/kovidgoyal/kitty arch = x86_64 @@ -26,10 +26,10 @@ pkgbase = kitty depends = librsync depends = xxhash options = !lto - source = kitty-0.36.1.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.36.1/kitty-0.36.1.tar.xz - source = kitty-0.36.1.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.36.1/kitty-0.36.1.tar.xz.sig + source = kitty-0.36.2.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.36.2/kitty-0.36.2.tar.xz + source = kitty-0.36.2.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.36.2/kitty-0.36.2.tar.xz.sig validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C - b2sums = e03c192d1d523ccc6d20db450fa4f7c4ec741df846152e8363090ed28880aaab40fd5a8c832e5285b6834568730f422353e0bb7e02388e254410ce714f29aa57 + b2sums = ab7896c9b5f4a3b428a880663f000618cafff5e1837df693d56b0c7c5364aa7acfb8dd472886935594ecff05be30821c68e2fdc598a530ee36c55031956c2998 b2sums = SKIP pkgname = kitty diff --git a/PKGBUILD b/PKGBUILD index 480402e..25d8cc5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=kitty pkgname=(kitty kitty-terminfo kitty-shell-integration) -pkgver=0.36.1 +pkgver=0.36.2 pkgrel=1 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator" arch=('x86_64') @@ -19,7 +19,7 @@ makedepends=('libxinerama' 'libxrandr' 'wayland-protocols' 'go' 'simde' 'ttf-ner options=("!lto") 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") -b2sums=('e03c192d1d523ccc6d20db450fa4f7c4ec741df846152e8363090ed28880aaab40fd5a8c832e5285b6834568730f422353e0bb7e02388e254410ce714f29aa57' +b2sums=('ab7896c9b5f4a3b428a880663f000618cafff5e1837df693d56b0c7c5364aa7acfb8dd472886935594ecff05be30821c68e2fdc598a530ee36c55031956c2998' 'SKIP') validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal -- GitLab