mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/kitty to 0.19.3-1
This commit is contained in:
parent
778f6583e7
commit
14316f30a5
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
pkgbase=kitty
|
pkgbase=kitty
|
||||||
pkgname=(kitty kitty-terminfo)
|
pkgname=(kitty kitty-terminfo)
|
||||||
pkgver=0.19.2
|
pkgver=0.19.3
|
||||||
pkgrel=2
|
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')
|
||||||
url="https://github.com/kovidgoyal/kitty"
|
url="https://github.com/kovidgoyal/kitty"
|
||||||
|
@ -18,7 +18,7 @@ depends=('python3' 'freetype2' 'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x1
|
||||||
'hicolor-icon-theme' 'libgl' 'libcanberra' 'dbus' 'lcms2')
|
'hicolor-icon-theme' 'libgl' 'libcanberra' 'dbus' 'lcms2')
|
||||||
makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 'python-sphinx')
|
makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 'python-sphinx')
|
||||||
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")
|
||||||
sha512sums=('ccfb04e2fe9ae3a133833fc8f74bbda89388825d47fe801bea255c30977340f3d279c0ae00b6eab01f81243484e16fbe8aeb1b3e0e01ce62025829b6a220f904')
|
sha512sums=('225b7a4409c5199d556bd57f4253074608a6d3602d874082c991d13e5db73b7dd68e549d954e5a77fb271f4d2c5fa9a3de45a48247e2f3f162af0b9946628990')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue