summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2018-08-23 14:41:06 +0200
committerJP-Ellis2018-08-23 14:41:06 +0200
commit11e476d0d328cb655e74e182bf2cddb562d94a6d (patch)
treedcca839b2f884be42cd3292016005ebfbf271d94
parent844ecdd5c10542f8cdd098926cb7d5e03f517cdf (diff)
downloadaur-11e476d.tar.gz
Add missing dependencies:
- python-future - python-prompt_toolkit - python-urwid Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc83cee5dfdd..64cc4e0e87ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,27 @@
# Generated by mksrcinfo v8
-# Mon Aug 13 17:34:57 UTC 2018
+# Thu Aug 23 12:39:50 UTC 2018
pkgbase = papis
pkgdesc = Papis is a powerful and highly extensible command-line based document and bibliography manager.
pkgver = 0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/papis/papis
arch = any
license = GPL
depends = python
depends = python-argcomplete
depends = python-arxiv2bib
- depends = python-parse
depends = python-beautifulsoup4
depends = python-bibtexparser
+ depends = python-future
depends = python-habanero
depends = python-magic-ahupp
depends = python-papis-python-rofi
+ depends = python-parse
+ depends = python-prompt_toolkit
depends = python-pylibgen
depends = python-pyparser
depends = python-unidecode
+ depends = python-urwid
depends = python-vobject
source = https://files.pythonhosted.org/packages/source/p/papis/papis-0.6.tar.gz
sha256sums = b21b3ff09198e01e3ca2e47279b252c8f5a5703ed009a5fc5b73deb58aed62d1
diff --git a/PKGBUILD b/PKGBUILD
index e87e3004f596..837f7425f3d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=papis
pkgver=0.6
-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"
@@ -9,15 +9,18 @@ license=('GPL')
depends=('python'
'python-argcomplete'
'python-arxiv2bib'
- 'python-parse'
'python-beautifulsoup4'
'python-bibtexparser'
+ 'python-future'
'python-habanero'
'python-magic-ahupp'
'python-papis-python-rofi'
+ 'python-parse'
+ 'python-prompt_toolkit'
'python-pylibgen'
'python-pyparser'
'python-unidecode'
+ 'python-urwid'
'python-vobject'
)
optdepends=()