mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/kitty to 0.36.0-1
This commit is contained in:
parent
3f604255a4
commit
88e7fd2744
2 changed files with 11 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = kitty
|
||||
pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator
|
||||
pkgver = 0.35.2
|
||||
pkgver = 0.36.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/kovidgoyal/kitty
|
||||
arch = x86_64
|
||||
|
@ -10,6 +10,7 @@ pkgbase = kitty
|
|||
makedepends = wayland-protocols
|
||||
makedepends = go
|
||||
makedepends = simde
|
||||
makedepends = ttf-nerd-fonts-symbols-mono
|
||||
depends = python3
|
||||
depends = freetype2
|
||||
depends = fontconfig
|
||||
|
@ -25,10 +26,10 @@ pkgbase = kitty
|
|||
depends = librsync
|
||||
depends = xxhash
|
||||
options = !lto
|
||||
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.2.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.35.2/kitty-0.35.2.tar.xz.sig
|
||||
source = kitty-0.36.0.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.36.0/kitty-0.36.0.tar.xz
|
||||
source = kitty-0.36.0.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.36.0/kitty-0.36.0.tar.xz.sig
|
||||
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
|
||||
b2sums = 277803c7036890af34f2e0497ab1d33cb578cba4bfba425d6699e02e2106cde4e10f7dcc6859ce7eea1b4f34795a2f5180328665450ccb49d8a6da4183fa4f50
|
||||
b2sums = 7070f1cd1f0dbdd11a91771c124d7278a4918f320b3f2bbc299cd1d5cab05e617761d97f2531736757788b130453de73951ee75a4d604ee99b8ef819080e58ac
|
||||
b2sums = SKIP
|
||||
|
||||
pkgname = kitty
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# Maintainer: Maxim Baz <archlinux at maximbaz dot com>
|
||||
# Maintainer: Campbell Jones <serebit at archlinux dot org>
|
||||
# Maintainer: Lukas Fleischer <lfleischer@archlinux.org>
|
||||
# Contributor: Maxim Baz <archlinux at maximbaz dot com>
|
||||
# Contributor: Sven-Hendrik Haase <svenstaro@archlinux.org>
|
||||
# Contributor: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
|
||||
# Contributor: Maximilian Kindshofer <maximilian@kindshofer.net>
|
||||
|
@ -9,7 +11,7 @@
|
|||
|
||||
pkgbase=kitty
|
||||
pkgname=(kitty kitty-terminfo kitty-shell-integration)
|
||||
pkgver=0.35.2
|
||||
pkgver=0.36.0
|
||||
pkgrel=1
|
||||
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
|
||||
arch=('x86_64')
|
||||
|
@ -17,11 +19,11 @@ url="https://github.com/kovidgoyal/kitty"
|
|||
license=('GPL-3.0-only')
|
||||
depends=('python3' 'freetype2' 'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x11' 'libxcursor' 'libxi'
|
||||
'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2' 'librsync' 'xxhash')
|
||||
makedepends=('libxinerama' 'libxrandr' 'wayland-protocols' 'go' 'simde')
|
||||
makedepends=('libxinerama' 'libxrandr' 'wayland-protocols' 'go' 'simde' 'ttf-nerd-fonts-symbols-mono')
|
||||
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=('277803c7036890af34f2e0497ab1d33cb578cba4bfba425d6699e02e2106cde4e10f7dcc6859ce7eea1b4f34795a2f5180328665450ccb49d8a6da4183fa4f50'
|
||||
b2sums=('7070f1cd1f0dbdd11a91771c124d7278a4918f320b3f2bbc299cd1d5cab05e617761d97f2531736757788b130453de73951ee75a4d604ee99b8ef819080e58ac'
|
||||
'SKIP')
|
||||
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
|
||||
|
||||
|
|
Loading…
Reference in a new issue