summaryrefslogtreecommitdiffstats
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)
downloadpackages-904ab220ae5765d1aec333f90e183a91a5e488ab.tar.gz
packages-904ab220ae5765d1aec333f90e183a91a5e488ab.tar.bz2
packages-904ab220ae5765d1aec333f90e183a91a5e488ab.zip
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 720187a..37b6460 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
1pkgbase = gourmand 1pkgbase = 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
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")