summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db95a56..92e52c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
2 2
3pkgname='gourmand' 3pkgname='gourmand'
4pkgver=1.0.0 4pkgver=1.0.0
5pkgrel=2 5pkgrel=3
6pkgdesc="A recipe manager for desktop that can import recipes" 6pkgdesc="A recipe manager for desktop that can import recipes"
7arch=('any') 7arch=('any')
8url="https://github.com/GourmandRecipeManager/gourmand" 8url="https://github.com/GourmandRecipeManager/gourmand"
@@ -18,6 +18,9 @@ optdepends=(
18 'python-ebooklib: EPub export plugin' 18 'python-ebooklib: EPub export plugin'
19 'python-reportlab: Printing & PDF export plugin' 19 'python-reportlab: Printing & PDF export plugin'
20 'python-gtkspellcheck: Spell checking plugin' 20 'python-gtkspellcheck: Spell checking plugin'
21 'nuspell: Spell checking'
22 'hspell: Spell checking for Hebrew'
23 'libvoikko: Spell checking for Finnish language'
21 ) 24 )
22conflicts=('gourmet') 25conflicts=('gourmet')
23source=("$pkgname-$pkgver-py3-none-any.whl::$url/releases/download/$pkgver/$pkgname-$pkgver-py3-none-any.whl") 26source=("$pkgname-$pkgver-py3-none-any.whl::$url/releases/download/$pkgver/$pkgname-$pkgver-py3-none-any.whl")