mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/kitty to 0.12.0-1
This commit is contained in:
parent
58f8f74a9f
commit
0db16bf5d0
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - patch to remove lto from hardcoded cflags
|
||||
|
||||
pkgname=kitty
|
||||
pkgver=0.11.3
|
||||
pkgrel=2
|
||||
pkgver=0.12.0
|
||||
pkgrel=1
|
||||
pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/kovidgoyal/kitty"
|
||||
|
@ -17,7 +17,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=('a5b4af74c70222df8ef6a6a8414eb18b7ebc5c959b4031d7a67d636ee912800a2c5fe627c57cf39d9a9eb9c6c1904dbebb4d40575cc8673bf704dd36f58b0783'
|
||||
sha512sums=('f854f61bd95b6a33de8c27e2c7edbd6a5257d817fadacb5341940e9cb0017031cd3f08300d3dab4866b20e53987fb7f59385dcd772b2abd2aced86df171e6de7'
|
||||
'61d225a073bd03bf916d41254132025cee4744899c44ac195a039065b345301fdbca6ed5f5ac2328431c3122b4dce6ec8f5057aaddf25e4ea3f2fdc86ce9486f')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue