Date: Friday, June 19, 2020 @ 17:58:56 Author: jleclanche Revision: 647799
upgpkg: foliate 2.3.0-2: Rebuild with updated dependencies Modified: foliate/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-19 17:39:53 UTC (rev 647798) +++ PKGBUILD 2020-06-19 17:58:56 UTC (rev 647799) @@ -2,18 +2,20 @@ pkgname=foliate pkgver=2.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="A simple and modern GTK eBook reader" arch=("x86_64") url="https://johnfactotum.github.io/foliate/" license=("GPL3") -depends=("gjs" "webkit2gtk") +depends=("gjs" "iso-codes" "libsoup" "webkit2gtk") makedepends=("meson" "ninja" "gettext") optdepends=( - "hyphen: Auto-hyphenation support" "dictd: Offline dictionary support" + "espeak-ng: Text-to-speech support; also voice package needed" "festival: Text-to-speech support; also voice package needed" - "espeak-ng: Text-to-speech support; also voice package needed" + "gspell: Spell-checking support" + "hyphen: Auto-hyphenation support" + "tracker" ) source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz") sha256sums=('96f0eb3426300293242331a8a67fedf92b7cec46774512d19c691f42e06ce187')