summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2018-08-30 18:44:07 +0200
committerJP-Ellis2018-08-30 18:44:07 +0200
commit224c1fc181e1a3f39d60bf180197f3b05488b5ff (patch)
treef6d40dfe4e29297ea05327b88525097e3a7fde75 /PKGBUILD
parent90fb9869b11c1fabff4feb7fb6fa5b02e3223a06 (diff)
downloadaur-224c1fc181e1a3f39d60bf180197f3b05488b5ff.tar.gz
Add missing dependency (python-slugify)
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d3f8aadd80f..f4d11540c762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=papis
pkgver=0.7
-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"
@@ -16,9 +16,10 @@ depends=('python'
'python-magic-ahupp'
'python-papis-python-rofi'
'python-parse'
- 'python-prompt_toolkit'
+ 'python-prompt_toolkit>=2.0.0'
'python-pylibgen'
'python-pyparser'
+ 'python-slugify'
'python-unidecode'
'python-urwid'
'python-vobject'