summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2020-02-20 14:39:09 +1100
committerJP-Ellis2020-02-20 14:39:09 +1100
commitf4f5a2ca93d64df37dcd835a531a9fff72e4b552 (patch)
tree489f1b57b877a599acf4715fb080009c9ba5f516 /PKGBUILD
parentfbea70214e1393c05326b4707e6c03772c19df23 (diff)
downloadaur-f4f5a2ca93d64df37dcd835a531a9fff72e4b552.tar.gz
Adding python-stevedore dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79ddc8edacd7..7329a6c6e870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,7 @@ depends=('python'
'python-pyparsing'
'python-requests'
'python-slugify'
+ 'python-stevedore'
'python-tqdm'
)
optdepends=('papis-rofi: integration with rofi')