mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/kitty to 0.12.3-1
This commit is contained in:
parent
3250ff4377
commit
acef0382c4
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - patch to remove lto from hardcoded cflags
|
||||
|
||||
pkgname=kitty
|
||||
pkgver=0.12.2
|
||||
pkgver=0.12.3
|
||||
pkgrel=1
|
||||
pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
|
||||
arch=('x86_64')
|
||||
|
@ -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=('07c41ebba22bb593e9b1bbda621d62eab5d957dbef40f3923934a29b02a17803e39c78a8dd2517c25cf9fb227db14045e707a2793df34992bae95959beaa7f3c'
|
||||
sha512sums=('a70c20f5d71db8ecd63c23f593abb156953a07493a7ca8a111ae77f6682dc252fb036a4fe99f19764fc1d339af5afad6cb7072a250160bb663cac1a49684d36b'
|
||||
'61d225a073bd03bf916d41254132025cee4744899c44ac195a039065b345301fdbca6ed5f5ac2328431c3122b4dce6ec8f5057aaddf25e4ea3f2fdc86ce9486f')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue