summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKokaKiwi2022-09-10 14:31:06 +0200
committerKokaKiwi2022-09-10 14:31:06 +0200
commitb1ff13f272717d6cfdbb56bfa15d2acdb6828509 (patch)
tree79764027f39399c6da614ae35483b5568d101050 /PKGBUILD
parent8abf52b625378a54fe36f8bed12c204caf5fae3d (diff)
downloadaur-b1ff13f272717d6cfdbb56bfa15d2acdb6828509.tar.gz
Update: 2022.8.38
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b8c23e87a26..a035f45a80e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qbittorrent-api
pkgname="python-$_pkgname"
-pkgver=2022.5.32
+pkgver=2022.8.38
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=('ee9482c8fc23b21d16ecf45921f1bf41fafa58af300b8bb11e03779db6e99cbb')
-b2sums=('6b88b0435742559c5051ecda3ece69ed1d069eb6db6a20b7426e384e96cd0a121f4ca9eb9511d384894b266ae64e11e3b84311dc3d181cac23c21fde468597a3')
+sha256sums=('43a0d56a66834efb349e7b26b7bba89d803513f4479481e9ac6b033e2513ee91')
+b2sums=('33ecc9e300337976bb893812d0e34eb2b08f481ca3afc60db8d75ecfa1cd2c79a37d0ea892f5dd55b43ade327f458294525290c16805bf60070f04214f882e87')
build() {
cd "$_pkgname-$pkgver"