summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-09-17 19:41:00 +0200
committerFabioLolix2021-09-17 19:41:00 +0200
commite229fc0aec94a29a4ac4f8934cecf60de80b92c9 (patch)
treeeb445cda4a57acb1441ee0e9cfb6c727d3709f1e
parent79ff42a6bdc38d16a1c36ebbaef251b1e2f9d405 (diff)
downloadaur-e229fc0aec94a29a4ac4f8934cecf60de80b92c9.tar.gz
update makedepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89d24c188670..4a3f9c90cdba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = kitty-git
pkgdesc = Modern, hackable, featureful, OpenGL based terminal emulator
- pkgver = 0.21.2.r132.gaa339a8a
+ pkgver = nightly.r6.gfbc8a1cd
pkgrel = 1
- url = https://github.com/kovidgoyal/kitty
+ url = https://sw.kovidgoyal.net/kitty/
arch = i686
arch = x86_64
license = GPL3
@@ -12,14 +12,15 @@ pkgbase = kitty-git
makedepends = libxcursor
makedepends = libxrandr
makedepends = libxkbcommon
+ makedepends = mesa
makedepends = libxkbcommon-x11
makedepends = wayland-protocols
- makedepends = mesa
makedepends = python-sphinx
makedepends = python-sphinx-copybutton
makedepends = python-sphinx-inline-tabs
makedepends = python-sphinxext-opengraph
makedepends = python-sphinx-furo
+ makedepends = librsync
depends = python
depends = freetype2
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 224ca04e3566..4aabc8405917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,16 @@
pkgbase=kitty-git
pkgname=(kitty-git kitty-terminfo-git)
-pkgver=0.21.2.r132.gaa339a8a
+pkgver=nightly.r6.gfbc8a1cd
pkgrel=1
pkgdesc="Modern, hackable, featureful, OpenGL based terminal emulator"
arch=(i686 x86_64)
-url="https://github.com/kovidgoyal/kitty"
+url="https://sw.kovidgoyal.net/kitty/"
license=(GPL3)
depends=(python freetype2 fontconfig wayland libx11 libxi libgl libcanberra dbus lcms2)
-makedepends=(git python-setuptools libxinerama libxcursor libxrandr libxkbcommon libxkbcommon-x11 wayland-protocols mesa python-sphinx
- python-sphinx-copybutton python-sphinx-inline-tabs python-sphinxext-opengraph python-sphinx-furo)
+makedepends=(git python-setuptools libxinerama libxcursor libxrandr libxkbcommon mesa
+ libxkbcommon-x11 wayland-protocols python-sphinx python-sphinx-copybutton
+ python-sphinx-inline-tabs python-sphinxext-opengraph python-sphinx-furo librsync)
source=("git+https://github.com/kovidgoyal/kitty.git")
sha256sums=('SKIP')