summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKokaKiwi2023-04-20 14:51:02 +0200
committerKokaKiwi2023-04-20 14:51:02 +0200
commit7dc865dec030ab7f55b1aa5b6878517ded0645ea (patch)
tree186a9211f8e17328c05868ff491dba2179119089 /PKGBUILD
parent77dbdd7cce6eb1d96ff406af4c8961f4cd69a6dc (diff)
downloadaur-7dc865dec030ab7f55b1aa5b6878517ded0645ea.tar.gz
upgpkg: python-qbittorrent-api 2023.4.47-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 67e61fe89f08..69f7b46d1d75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qbittorrent-api
pkgname="python-$_pkgname"
-pkgver=2023.4.46
+pkgver=2023.4.47
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')
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=('09c53f028df78e69c2ee565e117d706cb125edc040f08624d75b0c13bdc232e2')
-b2sums=('972dea03471064784484cdcabc99c0a1deba4f68d33d27e724148900838daa787c88360cd507e645fbfd1bcc913bd2587bb9ff8f189f23826aaa1b8d268c3351')
+sha256sums=('b988d09a8bf73c0db8c482f09a9332ae3374846a721e307c73376c5b65ae4cee')
+b2sums=('e63cd7a430e4b6c4ef1ce4c6833c0db270687826fd48f445a129e7b71fc3c4c9795c2a87cdc6af834283ddcf6d574ca18ac5a99955d9a9da232009b739abaf5e')
build() {
cd "$_pkgname-$pkgver"