summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuliette Monsel2022-05-08 14:12:59 +0200
committerJuliette Monsel2022-05-08 14:12:59 +0200
commit851b4e70062c5430fc5f2d062636a2afdeb03342 (patch)
treea5b72d122ab8ad7974db70f5da044837541700a8 /PKGBUILD
parenta909647b59a10a1e7441e2703755fa720b3b9124 (diff)
downloadaur-851b4e70062c5430fc5f2d062636a2afdeb03342.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5790a541c284..21bc1ce302f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=('python-pyzotero')
pkgver=1.5.4
-pkgrel=1
+pkgrel=2
_name=pyzotero
pkgdesc="Python client for the Zotero API"
arch=('any')
@@ -9,10 +9,9 @@ url="https://github.com/urschrei/pyzotero"
license=('MIT')
source=("$_name-$pkgver.tar.gz::https://github.com/urschrei/pyzotero/archive/v$pkgver.tar.gz")
sha512sums=('35b653acce11870c7b3c17f6b3ec3207b664ab97bc7de0c20ebfb69878c7d7ddf5010261f96970b94378892ec25d0ec1febef939913abb7281c463c1a985edd8')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-pip')
depends=('python-feedparser>=6.0.0'
'python-pytz'
- 'python-pathlib'
'python-bibtexparser')
build() {