[arch-commits] Commit in kitty/trunk (PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Thu May 6 17:43:21 UTC 2021
Date: Thursday, May 6, 2021 @ 17:43:21
Author: maximbaz
Revision: 928526
upgpkg: kitty 0.20.3-1
Modified:
kitty/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-06 17:37:00 UTC (rev 928525)
+++ PKGBUILD 2021-05-06 17:43:21 UTC (rev 928526)
@@ -5,7 +5,7 @@
pkgbase=kitty
pkgname=(kitty kitty-terminfo)
-pkgver=0.20.2
+pkgver=0.20.3
pkgrel=1
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
arch=('x86_64')
@@ -13,9 +13,12 @@
license=('GPL3')
depends=('python3' 'freetype2' 'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x11' 'libxi'
'hicolor-icon-theme' 'libgl' 'libcanberra' 'dbus' 'lcms2')
-makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 'python-sphinx')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('3cee1501c2787283654e0c48a6dd40a969d570003722dc0558d278b29a22df51d4e215d66cd74a417a08bff9beaf8cf69f594f34dab23647d9abdba831c9fb65')
+makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols')
+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")
+sha512sums=('9e9d81696bcb0d3894c04b08bc52ccf7aaf533125b3ecfb4c894b8d42dbf8511239c49f1c977d81872ce49fc6b3aa8e8c92b9c944bd31fe59fce6e3750295e58'
+ 'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -44,7 +47,7 @@
rm -r "$pkgdir"/usr/share/terminfo
- install -Dm644 docs/generated/conf/kitty.conf "${pkgdir}"/usr/share/doc/${pkgname}/kitty.conf
+ install -Dm644 docs/_build/html/_downloads/*/kitty.conf "${pkgdir}"/usr/share/doc/${pkgname}/kitty.conf
}
package_kitty-terminfo() {
More information about the arch-commits
mailing list