Date: Thursday, July 15, 2021 @ 14:22:31 Author: svenstaro Revision: 977320
upgpkg: kitty 0.21.2-2: Move libcanberra to optdeps (FS#71462) Modified: kitty/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-15 14:21:11 UTC (rev 977319) +++ PKGBUILD 2021-07-15 14:22:31 UTC (rev 977320) @@ -6,13 +6,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") @@ -27,7 +27,8 @@ 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"