summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2020-06-18 08:37:21 +0800
committerJP-Ellis2020-06-18 08:37:21 +0800
commit54578258a113571e1c76b5793a03a0aaad69174a (patch)
tree93c4439dc16dc9a0f0cf276b350afb227e380a1f /PKGBUILD
parenteed6de4934e81e8d15ac6beef306d69dd0748e86 (diff)
downloadaur-54578258a113571e1c76b5793a03a0aaad69174a.tar.gz
Add missing python-slugify dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1edd9e72644b..2418d3b4ade8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=papis
pkgver=0.10
-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"
@@ -26,6 +26,7 @@ depends=('python'
'python-doi'
'python-typing_extensions'
'python-lxml'
+ 'python-slugify'
)
optdepends=('papis-rofi: integration with rofi')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"