summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKokaKiwi2023-11-30 01:54:27 +0100
committerKokaKiwi2023-11-30 01:54:27 +0100
commitad87eed404ded8194568c44f884cb03c7746a5f2 (patch)
tree892fd1b57e2b0c71214776985e0ba87f3ffd88ad /PKGBUILD
parent72a34b6541cd2ebc91c30d0482797e16c5d26a82 (diff)
downloadaur-ad87eed404ded8194568c44f884cb03c7746a5f2.tar.gz
upgpkg: python-qbittorrent-api 2023.11.57-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 1745017e26a4..82c529c29664 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qbittorrent-api
pkgname="python-$_pkgname"
-pkgver=2023.11.56
+pkgver=2023.11.57
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' 'python-setuptools-scm')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('c7d3eb99d704727df13439dcde89416ebe75a78bd7005f4c3fc66e817bdf2677')
-b2sums=('ab67b84622879592d68879fa600e1f02c41a21d4a1df23f4a66cc77e2a5f150a4f1c8036ca509428bdaf275ae6affb547b77e7711b642b1030651fb05da696ec')
+sha256sums=('7e61495b83c341ceecceed32984f9f57d93ac140cb44790eae21070e7cc34908')
+b2sums=('3056f3f2941c1aa5a624982fc7f603fce3c2775e0e23a50bdf076d5689c94f860893aec8c8ca1cec03c4c3302c1609496bef85973eb06bfafbc2e481d12de3e5')
build() {
cd "$_pkgname-$pkgver"