summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb88d1787f2d..465c0eab5a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qbittorrent-api
pkgname="python-$_pkgname"
-pkgver=2024.2.59
+pkgver=2024.3.60
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-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=('db6eef9ce26661cadb61df0c8d31bc73cdac7f76b034e17f6f101bcb426549f0')
-b2sums=('980f359d8c4836be718bbeec780f287c77a2e051160270903b2ff71b977534449df745029c94b62c3f7bb5850550d52f481d69b26f1c5af4149427a067dda19f')
+sha256sums=('8274f5f412b23eacdc44ad5a2ac0bdecdc64b51e1aa8f7772ce955a3dff58096')
+b2sums=('d179a1932617f22f164c3aaafd3674a462c437aeaf424b89f3d9dc9f1708ad9fc747d8a4466b24d36493b39a8fdf7fdac53159433e4001c854b738f07426f2a1')
build() {
cd "$_pkgname-$pkgver"