mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/kitty to 0.33.0-1
This commit is contained in:
parent
e7be8d8c0d
commit
d85a2b9d9c
2 changed files with 11 additions and 9 deletions
|
@ -1,21 +1,22 @@
|
|||
pkgbase = kitty
|
||||
pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator
|
||||
pkgver = 0.31.0
|
||||
pkgver = 0.33.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/kovidgoyal/kitty
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
makedepends = libxinerama
|
||||
makedepends = libxcursor
|
||||
makedepends = libxrandr
|
||||
makedepends = wayland-protocols
|
||||
makedepends = go
|
||||
makedepends = simde
|
||||
depends = python3
|
||||
depends = freetype2
|
||||
depends = fontconfig
|
||||
depends = wayland
|
||||
depends = libx11
|
||||
depends = libxkbcommon-x11
|
||||
depends = libxcursor
|
||||
depends = libxi
|
||||
depends = hicolor-icon-theme
|
||||
depends = libgl
|
||||
|
@ -23,10 +24,10 @@ pkgbase = kitty
|
|||
depends = lcms2
|
||||
depends = librsync
|
||||
depends = xxhash
|
||||
source = kitty-0.31.0.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.31.0/kitty-0.31.0.tar.xz
|
||||
source = kitty-0.31.0.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.31.0/kitty-0.31.0.tar.xz.sig
|
||||
source = kitty-0.33.0.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.33.0/kitty-0.33.0.tar.xz
|
||||
source = kitty-0.33.0.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.33.0/kitty-0.33.0.tar.xz.sig
|
||||
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
|
||||
b2sums = 74ccd0e14803ee3991d895c8ec0099567b6a087110eda03d5b35a45d1e684916d63846f1bd1184b2f5fe7a88431983602899cfd6392c28de78d020b8c98c89b2
|
||||
b2sums = d98c1070d53b43dacc0aeefa6b0fc46a51528b196b09e875406f30eceddd65256090b6efb2b1b24f485b32db6d36483a9dc725934ad0327412e789e2f01a3574
|
||||
b2sums = SKIP
|
||||
|
||||
pkgname = kitty
|
||||
|
@ -36,6 +37,7 @@ pkgname = kitty
|
|||
depends = wayland
|
||||
depends = libx11
|
||||
depends = libxkbcommon-x11
|
||||
depends = libxcursor
|
||||
depends = libxi
|
||||
depends = hicolor-icon-theme
|
||||
depends = libgl
|
||||
|
|
|
@ -9,18 +9,18 @@
|
|||
|
||||
pkgbase=kitty
|
||||
pkgname=(kitty kitty-terminfo kitty-shell-integration)
|
||||
pkgver=0.31.0
|
||||
pkgver=0.33.0
|
||||
pkgrel=1
|
||||
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/kovidgoyal/kitty"
|
||||
license=('GPL3')
|
||||
depends=('python3' 'freetype2' 'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x11' 'libxi'
|
||||
depends=('python3' 'freetype2' 'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x11' 'libxcursor' 'libxi'
|
||||
'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2' 'librsync' 'xxhash')
|
||||
makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 'go')
|
||||
makedepends=('libxinerama' 'libxrandr' 'wayland-protocols' 'go' 'simde')
|
||||
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=('74ccd0e14803ee3991d895c8ec0099567b6a087110eda03d5b35a45d1e684916d63846f1bd1184b2f5fe7a88431983602899cfd6392c28de78d020b8c98c89b2'
|
||||
b2sums=('d98c1070d53b43dacc0aeefa6b0fc46a51528b196b09e875406f30eceddd65256090b6efb2b1b24f485b32db6d36483a9dc725934ad0327412e789e2f01a3574'
|
||||
'SKIP')
|
||||
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
|
||||
|
||||
|
|
Loading…
Reference in a new issue