summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2018-11-14 11:44:25 +1100
committerJP-Ellis2018-11-14 11:44:25 +1100
commita94b702acd6f56c327e15ef28200e6334ac497a5 (patch)
tree57a1a953bd89a591ba4023f58952bf7d2d7be8a3 /PKGBUILD
parentbea131c499a36e5b8a7ac72387f16afad4c20842 (diff)
downloadaur-a94b702acd6f56c327e15ef28200e6334ac497a5.tar.gz
Update dependencies to reflect setup.py
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11d61d1407b4..afa23f16ddf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,20 +11,23 @@ depends=('python'
'python-arxiv2bib'
'python-beautifulsoup4'
'python-bibtexparser'
+ 'python-chardet'
+ 'python-click'
'python-future'
+ 'python-filetype'
'python-habanero'
- 'python-magic-ahupp'
- 'python-papis-python-rofi'
- 'python-parse'
+ 'python-isbnlib'
'python-prompt_toolkit>=2.0.0'
'python-pylibgen'
'python-pyparser'
+ 'python-pyparsing'
+ 'python-pyaml'
'python-slugify'
- 'python-unidecode'
- 'python-urwid'
- 'python-vobject'
+ 'python-requests'
)
-optdepends=()
+optdepends=(
+ 'python-papis-python-rofi'
+)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('26e5a2715280d8ba44f7016c8f2ab5646989a41ea26b8d665271759bd1220235')
noextract=()