mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/kitty to 0.12.1-1
This commit is contained in:
parent
53bb304bad
commit
529875d54e
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - patch to remove lto from hardcoded cflags
|
# - patch to remove lto from hardcoded cflags
|
||||||
|
|
||||||
pkgname=kitty
|
pkgname=kitty
|
||||||
pkgver=0.12.0
|
pkgver=0.12.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
|
pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -17,7 +17,7 @@ makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 'libxra
|
||||||
optdepends=('imagemagick: viewing images with icat')
|
optdepends=('imagemagick: viewing images with icat')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz"
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz"
|
||||||
'0001-remove-lto.patch')
|
'0001-remove-lto.patch')
|
||||||
sha512sums=('f854f61bd95b6a33de8c27e2c7edbd6a5257d817fadacb5341940e9cb0017031cd3f08300d3dab4866b20e53987fb7f59385dcd772b2abd2aced86df171e6de7'
|
sha512sums=('3efdc2ee9d41cddda7ff033fa69531ce48a163ef4b6efa7c5f10ca20511046c26313115383aec6bcef1b2a0fbbac19b2de9a43835130624aada48e12fe54b7df'
|
||||||
'61d225a073bd03bf916d41254132025cee4744899c44ac195a039065b345301fdbca6ed5f5ac2328431c3122b4dce6ec8f5057aaddf25e4ea3f2fdc86ce9486f')
|
'61d225a073bd03bf916d41254132025cee4744899c44ac195a039065b345301fdbca6ed5f5ac2328431c3122b4dce6ec8f5057aaddf25e4ea3f2fdc86ce9486f')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue