mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/kitty to 0.20.1-1
This commit is contained in:
parent
3a9d7f8bb1
commit
370cc6b066
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgbase=kitty
|
||||
pkgname=(kitty kitty-terminfo)
|
||||
pkgver=0.20.0
|
||||
pkgver=0.20.1
|
||||
pkgrel=1
|
||||
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
|
||||
arch=('x86_64')
|
||||
|
@ -18,7 +18,7 @@ depends=('python3' 'freetype2' 'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x1
|
|||
'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=('e5c4e7b3e414e7356baf6fb742de54dfd7ef77a24ef3b2c8f2e473b2a3c8d51cd84209b714430d93dabcf28ca5083d2725271a9cd3e61ca11cea7be26091b1b8')
|
||||
sha512sums=('9627a26f4396b708521d14f7577def589393ff7a67feb64a883a6a84bed249388918fc2aaac241081a07066afb1e8940626e1976f0b5d18fb2fef5eb621b1a89')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue