mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/kitty to 0.13.1-1
This commit is contained in:
parent
c8601dc458
commit
101b3226ac
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
# Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
|
||||
# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
|
||||
# Contributor: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
|
||||
# Contributor: Maximilian Kindshofer <maximilian@kindshofer.net>
|
||||
|
||||
|
@ -6,7 +7,7 @@
|
|||
# - patch to remove lto from hardcoded cflags
|
||||
|
||||
pkgname=kitty
|
||||
pkgver=0.12.3
|
||||
pkgver=0.13.1
|
||||
pkgrel=1
|
||||
pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
|
||||
arch=('x86_64')
|
||||
|
@ -17,7 +18,7 @@ makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 'libxra
|
|||
optdepends=('imagemagick: viewing images with icat')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz"
|
||||
'0001-remove-lto.patch')
|
||||
sha512sums=('a70c20f5d71db8ecd63c23f593abb156953a07493a7ca8a111ae77f6682dc252fb036a4fe99f19764fc1d339af5afad6cb7072a250160bb663cac1a49684d36b'
|
||||
sha512sums=('246a6cea5197149f6d7267268f6be65a84d998ce45df432cceee2ddccf006b5a1c6d4bee7953b2b622c522e737f8a89b3ecacb9fe3d86b5ab5f5dbf0e05bde77'
|
||||
'61d225a073bd03bf916d41254132025cee4744899c44ac195a039065b345301fdbca6ed5f5ac2328431c3122b4dce6ec8f5057aaddf25e4ea3f2fdc86ce9486f')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue