summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKokaKiwi2023-09-10 02:50:23 +0200
committerKokaKiwi2023-09-10 02:50:23 +0200
commiteecb54404c8fa78fd5d7c66d5ce2775800c8b48c (patch)
treeeec233b28fb152661c961e606eda2d308fa1b100 /PKGBUILD
parentea0976a3032fa7238c2af93ae0445ade83ee1b98 (diff)
downloadaur-eecb54404c8fa78fd5d7c66d5ce2775800c8b48c.tar.gz
upgpkg: python-qbittorrent-api 2023.9.53-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e87a80936da5..44f500ab7656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qbittorrent-api
pkgname="python-$_pkgname"
-pkgver=2023.7.52
+pkgver=2023.9.53
pkgrel=1
pkgdesc="Python client for qBittorrent v4.1+ Web API"
arch=('any')
@@ -11,8 +11,8 @@ license=('MIT')
depends=('python' 'python-requests' 'python-urllib3' 'python-six' 'python-packaging')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('ee8eef1f50013910cf1deff6347a31f1ba5c4011de420e3bb2809b2ed0ea178a')
-b2sums=('3290e898e10d2a5eb6273f7e7446b046718e82e8c3b82cf39f0d7ce66e8fc633f87a868d72309e0d7c5c3706429fbe10af017662e55a1892d275e8b884ad1f3c')
+sha256sums=('16f2db4b6e768bb29d1f532003ddeecbb73b0cda2f31db8e1ebf58ef6a63a4da')
+b2sums=('621d5ee3b4dd50d10a658fdf6ecbd77ba7fe4449d97f6e3c76b2b71bfd4a2567ae281c08c5d7ad9d0ee508455cb7d9de9118fbacd2970608446bbbe7a0bb3ebe')
build() {
cd "$_pkgname-$pkgver"