diff options
author | Yigit Sever | 2021-09-30 13:33:42 +0300 |
---|---|---|
committer | Yigit Sever | 2021-09-30 13:33:42 +0300 |
commit | 904ab220ae5765d1aec333f90e183a91a5e488ab (patch) | |
tree | 94656f0e2fd1463b56c88fd2307a943d45a8a74f | |
parent | 41b6068d5edc7c788df2577699a2665acde5f1dd (diff) | |
download | packages-904ab220ae5765d1aec333f90e183a91a5e488ab.tar.gz packages-904ab220ae5765d1aec333f90e183a91a5e488ab.tar.bz2 packages-904ab220ae5765d1aec333f90e183a91a5e488ab.zip |
Include every optional dependency
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | pkgbase = gourmand | 1 | pkgbase = gourmand |
2 | pkgdesc = A recipe manager for desktop that can import recipes | 2 | pkgdesc = A recipe manager for desktop that can import recipes |
3 | pkgver = 1.0.0 | 3 | pkgver = 1.0.0 |
4 | pkgrel = 2 | 4 | pkgrel = 3 |
5 | url = https://github.com/GourmandRecipeManager/gourmand | 5 | url = https://github.com/GourmandRecipeManager/gourmand |
6 | arch = any | 6 | arch = any |
7 | license = GPL | 7 | license = GPL |
@@ -23,6 +23,9 @@ pkgbase = gourmand | |||
23 | optdepends = python-ebooklib: EPub export plugin | 23 | optdepends = python-ebooklib: EPub export plugin |
24 | optdepends = python-reportlab: Printing & PDF export plugin | 24 | optdepends = python-reportlab: Printing & PDF export plugin |
25 | optdepends = python-gtkspellcheck: Spell checking plugin | 25 | optdepends = python-gtkspellcheck: Spell checking plugin |
26 | optdepends = nuspell: Spell checking | ||
27 | optdepends = hspell: Spell checking for Hebrew | ||
28 | optdepends = libvoikko: Spell checking for Finnish language | ||
26 | conflicts = gourmet | 29 | conflicts = gourmet |
27 | 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 | 30 | 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 |
28 | sha256sums = 9f1acf7098e62a8bca932ba43a9f1ee6b94978073824b96c5c1032fce23b12d4 | 31 | sha256sums = 9f1acf7098e62a8bca932ba43a9f1ee6b94978073824b96c5c1032fce23b12d4 |
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | pkgname='gourmand' | 3 | pkgname='gourmand' |
4 | pkgver=1.0.0 | 4 | pkgver=1.0.0 |
5 | pkgrel=2 | 5 | pkgrel=3 |
6 | pkgdesc="A recipe manager for desktop that can import recipes" | 6 | pkgdesc="A recipe manager for desktop that can import recipes" |
7 | arch=('any') | 7 | arch=('any') |
8 | url="https://github.com/GourmandRecipeManager/gourmand" | 8 | url="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 | ) |
22 | conflicts=('gourmet') | 25 | conflicts=('gourmet') |
23 | source=("$pkgname-$pkgver-py3-none-any.whl::$url/releases/download/$pkgver/$pkgname-$pkgver-py3-none-any.whl") | 26 | source=("$pkgname-$pkgver-py3-none-any.whl::$url/releases/download/$pkgver/$pkgname-$pkgver-py3-none-any.whl") |