From 904ab220ae5765d1aec333f90e183a91a5e488ab Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 30 Sep 2021 13:33:42 +0300 Subject: Include every optional dependency --- .SRCINFO | 5 ++++- PKGBUILD | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 720187a..37b6460 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = gourmand pkgdesc = A recipe manager for desktop that can import recipes pkgver = 1.0.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/GourmandRecipeManager/gourmand arch = any license = GPL @@ -23,6 +23,9 @@ pkgbase = gourmand optdepends = python-ebooklib: EPub export plugin optdepends = python-reportlab: Printing & PDF export plugin optdepends = python-gtkspellcheck: Spell checking plugin + optdepends = nuspell: Spell checking + optdepends = hspell: Spell checking for Hebrew + optdepends = libvoikko: Spell checking for Finnish language conflicts = gourmet source = gourmand-1.0.0-py3-none-any.whl::https://github.com/GourmandRecipeManager/gourmand/releases/download/1.0.0/gourmand-1.0.0-py3-none-any.whl sha256sums = 9f1acf7098e62a8bca932ba43a9f1ee6b94978073824b96c5c1032fce23b12d4 diff --git a/PKGBUILD b/PKGBUILD index db95a56..92e52c9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname='gourmand' pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="A recipe manager for desktop that can import recipes" arch=('any') url="https://github.com/GourmandRecipeManager/gourmand" @@ -18,6 +18,9 @@ optdepends=( 'python-ebooklib: EPub export plugin' 'python-reportlab: Printing & PDF export plugin' 'python-gtkspellcheck: Spell checking plugin' + 'nuspell: Spell checking' + 'hspell: Spell checking for Hebrew' + 'libvoikko: Spell checking for Finnish language' ) conflicts=('gourmet') source=("$pkgname-$pkgver-py3-none-any.whl::$url/releases/download/$pkgver/$pkgname-$pkgver-py3-none-any.whl") -- cgit v1.2.3-70-g09d2