summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2018-08-23 14:41:06 +0200
committerJP-Ellis2018-08-23 14:41:06 +0200
commit11e476d0d328cb655e74e182bf2cddb562d94a6d (patch)
treedcca839b2f884be42cd3292016005ebfbf271d94 /PKGBUILD
parent844ecdd5c10542f8cdd098926cb7d5e03f517cdf (diff)
downloadaur-11e476d0d328cb655e74e182bf2cddb562d94a6d.tar.gz
Add missing dependencies:
- python-future - python-prompt_toolkit - python-urwid Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e87e3004f596..837f7425f3d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=papis
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc="Papis is a powerful and highly extensible command-line based document and bibliography manager."
arch=('any')
url="https://github.com/papis/papis"
@@ -9,15 +9,18 @@ license=('GPL')
depends=('python'
'python-argcomplete'
'python-arxiv2bib'
- 'python-parse'
'python-beautifulsoup4'
'python-bibtexparser'
+ 'python-future'
'python-habanero'
'python-magic-ahupp'
'python-papis-python-rofi'
+ 'python-parse'
+ 'python-prompt_toolkit'
'python-pylibgen'
'python-pyparser'
'python-unidecode'
+ 'python-urwid'
'python-vobject'
)
optdepends=()