summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYigit Sever2021-09-29 17:33:23 +0300
committerYigit Sever2021-09-29 17:33:23 +0300
commitab5a1b4615b6a2d13e88528e3205e8c3bb735d52 (patch)
tree79769b0c7f6f520fb4860f14839ec04a2dfd7829 /PKGBUILD
parent6424b7bca9e136cb4480c2be71cd22fbcb0ac43e (diff)
downloadpackages-ab5a1b4615b6a2d13e88528e3205e8c3bb735d52.tar.gz
packages-ab5a1b4615b6a2d13e88528e3205e8c3bb735d52.tar.bz2
packages-ab5a1b4615b6a2d13e88528e3205e8c3bb735d52.zip
Add plugin dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 10 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf54749..8059a00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,18 @@ pkgdesc="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"
9license=('GPL') 9license=('GPL')
10depends=('python-gobject' 'gtk3' 'python-pyenchant' 'gst-python' 'python-pillow' 'python-sqlalchemy') 10depends=('python-gobject' 'gtk3' 'python-pyenchant' 'gst-python' 'python-pillow' 'python-sqlalchemy' 'python-lxml' 'python-cairo' 'python-requests')
11makedepends=('python-pip') 11makedepends=('python-pip')
12checkdepends=() 12checkdepends=()
13optdepends=('python-beautifulsoup4: Webpage import plugin') 13optdepends=(
14 'python-beautifulsoup4: Webpage import plugin'
15 'python-scrape-schema-recipe: Webpage import plugin'
16 'python-selenium'
17 'python-keyring'
18 'python-ebooklib: EPub export plugin'
19 'python-reportlab: Printing & PDF export plugin'
20 'python-gtkspellcheck: Spell checking plugin'
21 )
14conflicts=('gourmet') 22conflicts=('gourmet')
15source=("$pkgname-$pkgver-py3-none-any.whl::$url/releases/download/$pkgver/$pkgname-$pkgver-py3-none-any.whl") 23source=("$pkgname-$pkgver-py3-none-any.whl::$url/releases/download/$pkgver/$pkgname-$pkgver-py3-none-any.whl")
16sha256sums=('9f1acf7098e62a8bca932ba43a9f1ee6b94978073824b96c5c1032fce23b12d4') 24sha256sums=('9f1acf7098e62a8bca932ba43a9f1ee6b94978073824b96c5c1032fce23b12d4')