summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a53cfc56621..5b8c23e87a26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qbittorrent-api
pkgname="python-$_pkgname"
-pkgver=2022.4.30
+pkgver=2022.5.32
pkgrel=1
pkgdesc="Python client for qBittorrent v4.1+ Web API"
arch=('any')
@@ -12,8 +12,8 @@ depends=('python' 'python-requests' 'python-urllib3' 'python-six')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('c192c72759d605d5eb8056e1353dd5ab939d5d049fdf6f70a33a93bb7f5fd1d2')
-b2sums=('39590b525dfb0166a9542f7a2c48e8d58b13972b92b8427a2cdfb650868d762326fb220406a5b376c0ce5db8af4b341c26846d5681546954e10880aabe8736d7')
+sha256sums=('ee9482c8fc23b21d16ecf45921f1bf41fafa58af300b8bb11e03779db6e99cbb')
+b2sums=('6b88b0435742559c5051ecda3ece69ed1d069eb6db6a20b7426e384e96cd0a121f4ca9eb9511d384894b266ae64e11e3b84311dc3d181cac23c21fde468597a3')
build() {
cd "$_pkgname-$pkgver"