summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-09-30 13:33:42 +0300
committerYigit Sever2021-09-30 13:33:42 +0300
commit904ab220ae5765d1aec333f90e183a91a5e488ab (patch)
tree94656f0e2fd1463b56c88fd2307a943d45a8a74f
parent41b6068d5edc7c788df2577699a2665acde5f1dd (diff)
downloadaur-904ab220ae5765d1aec333f90e183a91a5e488ab.tar.gz
Include every optional dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 720187a2bd6f..37b646042445 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 db95a56807a8..92e52c9a2c9a 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")