Maxim Baz pushed to branch main at Arch Linux / Packaging / Packages / kitty
Commits:
556d0327 by Maxim Baz at 2024-03-15T00:10:11+01:00
upgpkg: 0.33.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -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
=====================================
PKGBUILD
=====================================
@@ -5,18 +5,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
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/556d03270f945e0212f2b65066e2b07f7b977815
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/556d03270f945e0212f2b65066e2b07f7b977815
You're receiving this email because of your account on gitlab.archlinux.org.