diff --git a/community/kitty/PKGBUILD b/community/kitty/PKGBUILD index 699a8e241..277824156 100644 --- a/community/kitty/PKGBUILD +++ b/community/kitty/PKGBUILD @@ -9,14 +9,14 @@ pkgbase=kitty pkgname=(kitty kitty-terminfo kitty-shell-integration) pkgver=0.25.0 -pkgrel=1 +pkgrel=2 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator" arch=('x86_64') url="https://github.com/kovidgoyal/kitty" license=('GPL3') depends=('python3' 'freetype2' 'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x11' 'libxi' - 'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2') -makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 'librsync') + 'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2' 'librsync') +makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols') source=("${pkgname}-${pkgver}.tar.xz::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz" "${pkgname}-${pkgver}.tar.xz.sig::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz.sig") sha512sums=('fed8d66a9f7f2117f4b495305db0d56d8b85ef03bf7ef24a7dca31e63e16fc90e026aa8022237ad45678efb026f11fdd8aa377eb53917fd8ec885f2ccea721f8' @@ -31,6 +31,7 @@ build() { package_kitty() { depends+=('kitty-terminfo' 'kitty-shell-integration') optdepends=('imagemagick: viewing images with icat' + 'python-pygments: syntax highlighting in kitty +kitten diff' 'libcanberra: playing "bell" sound on terminal bell') cd "$srcdir/$pkgname-$pkgver"