* update kitty to 0.37.0-2
This commit is contained in:
parent
888316a6e3
commit
ffebc48bf2
@ -1,7 +1,7 @@
|
|||||||
pkgbase = kitty
|
pkgbase = kitty
|
||||||
pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator
|
pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator
|
||||||
pkgver = 0.36.4
|
pkgver = 0.37.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/kovidgoyal/kitty
|
url = https://github.com/kovidgoyal/kitty
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = powerpc64le
|
arch = powerpc64le
|
||||||
@ -28,10 +28,10 @@ pkgbase = kitty
|
|||||||
depends = librsync
|
depends = librsync
|
||||||
depends = xxhash
|
depends = xxhash
|
||||||
options = !lto
|
options = !lto
|
||||||
source = kitty-0.36.4.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.36.4/kitty-0.36.4.tar.xz
|
source = kitty-0.37.0.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.37.0/kitty-0.37.0.tar.xz
|
||||||
source = kitty-0.36.4.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.36.4/kitty-0.36.4.tar.xz.sig
|
source = kitty-0.37.0.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.37.0/kitty-0.37.0.tar.xz.sig
|
||||||
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
|
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
|
||||||
b2sums = 530b11a719360997230ef12dc857dea975ccfce1f111c23ccabf392bd463ebe3ae80aef8cb8a1f7c3877e7847d750ad04f6185c0d8e05ac9770f2b7dfc407bf5
|
b2sums = ad1fb416ac692dcaf6b05306f4cc5838db8e0c172bab483ee52cddf86c21f864071d22d0f122031635227379957c9bd7fd2f4e971c2ddc74f99ad2e6212cb440
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
|
|
||||||
pkgname = kitty
|
pkgname = kitty
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
pkgbase=kitty
|
pkgbase=kitty
|
||||||
pkgname=(kitty kitty-terminfo kitty-shell-integration)
|
pkgname=(kitty kitty-terminfo kitty-shell-integration)
|
||||||
pkgver=0.36.4
|
pkgver=0.37.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
|
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
|
||||||
arch=(x86_64 powerpc64le riscv64)
|
arch=(x86_64 powerpc64le riscv64)
|
||||||
url="https://github.com/kovidgoyal/kitty"
|
url="https://github.com/kovidgoyal/kitty"
|
||||||
@ -20,7 +20,7 @@ makedepends=('libxinerama' 'libxrandr' 'wayland-protocols' 'go' 'simde' 'ttf-ner
|
|||||||
options=("!lto")
|
options=("!lto")
|
||||||
source=("${pkgname}-${pkgver}.tar.xz::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz"
|
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")
|
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz.sig")
|
||||||
b2sums=('530b11a719360997230ef12dc857dea975ccfce1f111c23ccabf392bd463ebe3ae80aef8cb8a1f7c3877e7847d750ad04f6185c0d8e05ac9770f2b7dfc407bf5'
|
b2sums=('ad1fb416ac692dcaf6b05306f4cc5838db8e0c172bab483ee52cddf86c21f864071d22d0f122031635227379957c9bd7fd2f4e971c2ddc74f99ad2e6212cb440'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
|
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user