summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKokaKiwi2023-02-06 21:23:19 +0100
committerKokaKiwi2023-02-06 21:23:19 +0100
commita08a019d6329cc707070165e8eaae24469f88eff (patch)
tree009ea6f4e830312e96554bb70840d7631ad6ce5e /PKGBUILD
parent920d3afc340e23da2df25bc029454e590580b69e (diff)
downloadaur-a08a019d6329cc707070165e8eaae24469f88eff.tar.gz
upgpkg: python-qbittorrent-api 2022.11.40-2
Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da438c5e7ffb..b1b358134ef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=qbittorrent-api
pkgname="python-$_pkgname"
pkgver=2022.11.40
-pkgrel=1
+pkgrel=2
pkgdesc="Python client for qBittorrent v4.1+ Web API"
arch=('any')
url="https://pypi.org/project/$_pkgname"
license=('MIT')
depends=('python' 'python-requests' 'python-urllib3' 'python-six')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-wheel')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('e57a5ba7277625895f4e7445983aa8e22d65577831f6eb328e2926f7bf4e5b17')