summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91c91b5da1d0..a0a0f1dd3e64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = papis
pkgdesc = Papis is a powerful and highly extensible command-line based document and bibliography manager.
pkgver = 0.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/papis/papis
arch = any
license = GPL
@@ -10,6 +10,7 @@ pkgbase = papis
depends = python-arxiv2bib
depends = python-beautifulsoup4
depends = python-bibtexparser
+ depends = python-certifi
depends = python-chardet
depends = python-click
depends = python-colorama
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'