summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2019-12-02 11:13:32 +1100
committerJP-Ellis2019-12-02 11:13:32 +1100
commitc4f4c33fb304c4d2504d2785e1b6a65ce22f1710 (patch)
tree35fcd2d966ca500e4aa581dbcdf28ad476719a54 /PKGBUILD
parent9b89167373308b68f0b9ba5ab3a86b01887d564b (diff)
downloadaur-c4f4c33fb304c4d2504d2785e1b6a65ce22f1710.tar.gz
Update dependencies
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61b999ac83ba..79fec7bb5298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,18 +13,21 @@ depends=('python'
'python-chardet'
'python-click'
'python-colorama'
+ 'python-doi'
'python-filetype'
'python-habanero'
'python-isbnlib'
+ 'python-lxml'
'python-prompt_toolkit'
+ 'python-pyaml'
+ 'python-pygments'
'python-pylibgen'
'python-pyparsing'
- 'python-pygments'
- 'python-pyaml'
- 'python-slugify'
'python-requests'
+ 'python-slugify'
+ 'python-tqdm'
)
-optdepends=('python-papis-rofi: integration with rofi')
+optdepends=('papis-rofi: integration with rofi')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('6a1070ea9a8345dde9cb5d9ccda582e2592520f987d0cfefa6f95d714bf5fd42')
noextract=()