summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuliette Monsel2023-07-18 16:41:40 +0200
committerJuliette Monsel2023-07-18 16:41:40 +0200
commit26a7d2461958211184f9b875f4103425ee34b7e4 (patch)
tree6570f910f4ec29233dac0c9d7852ef583a5c89cf /PKGBUILD
parentc0063c035f74ad81dbb0855abf356a01c6479042 (diff)
downloadaur-26a7d2461958211184f9b875f4103425ee34b7e4.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24e6c5d249df..b05b813bccac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=('python-pyzotero')
pkgver=1.5.9
-pkgrel=1
+pkgrel=2
_name=pyzotero
pkgdesc="Python client for the Zotero API"
arch=('any')
@@ -12,7 +12,7 @@ sha512sums=('b0b5221dc66d69b8d7a13f2c7dc34fe656fd5c61c851e273a0a40fc755ff5fdd463
makedepends=('python-setuptools')
depends=('python-feedparser>=6.0.0'
'python-pytz'
- 'python-pathlib'
+ 'python-requests'
'python-bibtexparser')
build() {