summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2023-09-02 15:59:12 +1000
committerJP-Ellis2023-09-02 15:59:12 +1000
commitbb77d423f5e4efc11f2310d4f780abe2ca338453 (patch)
tree4157513f0029f35309003692f433c77a9ca03e3f /PKGBUILD
parentdf322815ff27dacd9265cc909d855bf32ff4a7e3 (diff)
downloadaur-bb77d423f5e4efc11f2310d4f780abe2ca338453.tar.gz
fix(deps): added python-certifi
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 087d9e191a67..965fd564e54b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=papis
pkgver=0.13
-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"
@@ -11,6 +11,7 @@ depends=('python'
'python-arxiv2bib'
'python-beautifulsoup4'
'python-bibtexparser'
+ 'python-certifi'
'python-chardet'
'python-click'
'python-colorama'