summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2022-05-31 18:02:22 +0200
committerKokaKiwi2022-05-31 18:02:22 +0200
commit8abf52b625378a54fe36f8bed12c204caf5fae3d (patch)
tree9b79484f7adf939398e75b2dcaf10c0bf86dd700
parent3c25af86aabbe9079faeae5bdc1f7900e3d9e4ba (diff)
downloadaur-8abf52b625378a54fe36f8bed12c204caf5fae3d.tar.gz
Update: 2022.5.32
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6575dc7e6d2d..009036d142c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-qbittorrent-api
pkgdesc = Python client for qBittorrent v4.1+ Web API
- pkgver = 2022.4.30
+ pkgver = 2022.5.32
pkgrel = 1
url = https://pypi.org/project/qbittorrent-api
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-qbittorrent-api
depends = python-requests
depends = python-urllib3
depends = python-six
- source = python-qbittorrent-api-2022.4.30.tar.gz::https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2022.4.30.tar.gz
- sha256sums = c192c72759d605d5eb8056e1353dd5ab939d5d049fdf6f70a33a93bb7f5fd1d2
- b2sums = 39590b525dfb0166a9542f7a2c48e8d58b13972b92b8427a2cdfb650868d762326fb220406a5b376c0ce5db8af4b341c26846d5681546954e10880aabe8736d7
+ source = python-qbittorrent-api-2022.5.32.tar.gz::https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2022.5.32.tar.gz
+ sha256sums = ee9482c8fc23b21d16ecf45921f1bf41fafa58af300b8bb11e03779db6e99cbb
+ b2sums = 6b88b0435742559c5051ecda3ece69ed1d069eb6db6a20b7426e384e96cd0a121f4ca9eb9511d384894b266ae64e11e3b84311dc3d181cac23c21fde468597a3
pkgname = python-qbittorrent-api
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"