mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/kitty to 0.35.2-1
This commit is contained in:
parent
0d1e9b218a
commit
8031bed2db
3 changed files with 10 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = kitty
|
pkgbase = kitty
|
||||||
pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator
|
pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator
|
||||||
pkgver = 0.35.1
|
pkgver = 0.35.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/kovidgoyal/kitty
|
url = https://github.com/kovidgoyal/kitty
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -25,10 +25,10 @@ pkgbase = kitty
|
||||||
depends = librsync
|
depends = librsync
|
||||||
depends = xxhash
|
depends = xxhash
|
||||||
options = !lto
|
options = !lto
|
||||||
source = kitty-0.35.1.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.35.1/kitty-0.35.1.tar.xz
|
source = kitty-0.35.2.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.35.2/kitty-0.35.2.tar.xz
|
||||||
source = kitty-0.35.1.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.35.1/kitty-0.35.1.tar.xz.sig
|
source = kitty-0.35.2.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.35.2/kitty-0.35.2.tar.xz.sig
|
||||||
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
|
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
|
||||||
b2sums = cb50b1d6011cf5eac61175c07a8365004c22505363a0a43114f010e6d47388959b308343124b427422797836d6b0e1954ec278301d98ff33acd103d611052727
|
b2sums = 277803c7036890af34f2e0497ab1d33cb578cba4bfba425d6699e02e2106cde4e10f7dcc6859ce7eea1b4f34795a2f5180328665450ccb49d8a6da4183fa4f50
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
|
|
||||||
pkgname = kitty
|
pkgname = kitty
|
||||||
|
|
4
extra/kitty/.nvchecker.toml
Normal file
4
extra/kitty/.nvchecker.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[kitty]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/kovidgoyal/kitty"
|
||||||
|
prefix = "v"
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
pkgbase=kitty
|
pkgbase=kitty
|
||||||
pkgname=(kitty kitty-terminfo kitty-shell-integration)
|
pkgname=(kitty kitty-terminfo kitty-shell-integration)
|
||||||
pkgver=0.35.1
|
pkgver=0.35.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
|
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -21,7 +21,7 @@ makedepends=('libxinerama' 'libxrandr' 'wayland-protocols' 'go' 'simde')
|
||||||
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=('cb50b1d6011cf5eac61175c07a8365004c22505363a0a43114f010e6d47388959b308343124b427422797836d6b0e1954ec278301d98ff33acd103d611052727'
|
b2sums=('277803c7036890af34f2e0497ab1d33cb578cba4bfba425d6699e02e2106cde4e10f7dcc6859ce7eea1b4f34795a2f5180328665450ccb49d8a6da4183fa4f50'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
|
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue