From 9eecddd517572af39d6aeee18d68e45ea2f7fb1b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 15 Jul 2021 23:35:03 +0000 Subject: [PATCH] community/kitty to 0.21.2-2 --- community/kitty/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/community/kitty/PKGBUILD b/community/kitty/PKGBUILD index d334ea166..99cec40bc 100644 --- a/community/kitty/PKGBUILD +++ b/community/kitty/PKGBUILD @@ -9,13 +9,13 @@ pkgbase=kitty pkgname=(kitty kitty-terminfo) pkgver=0.21.2 -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' 'libcanberra' 'dbus' 'lcms2') + 'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2') 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") @@ -30,7 +30,8 @@ build() { package_kitty() { depends+=('kitty-terminfo') - optdepends=('imagemagick: viewing images with icat') + optdepends=('imagemagick: viewing images with icat' + 'libcanberra: playing "bell" sound on terminal bell') cd "$srcdir/$pkgname-$pkgver"