summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKokaKiwi2023-06-27 10:24:31 +0200
committerKokaKiwi2023-06-27 10:24:31 +0200
commit0a165ea0bb32a75a81648bb8ae5aa832968c9406 (patch)
tree61aae63de92b4d4d041f0b96b08a64427be5da87 /PKGBUILD
parentb38c731fbeddd07e15f08e68d3d0a5c5aa1a4edf (diff)
downloadaur-0a165ea0bb32a75a81648bb8ae5aa832968c9406.tar.gz
upgpkg: python-qbittorrent-api 2023.6.50-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 92ed3b0ddbe1..1f46be1dda7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qbittorrent-api
pkgname="python-$_pkgname"
-pkgver=2023.6.49
+pkgver=2023.6.50
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-setuptools')
makedepends=('python-build' 'python-installer' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('1f165664a2f2224f4ab4fac3d4c878f8f281b3c7893175e190d84999f7e989da')
-b2sums=('eb96b1a0a086a43abdacb4f46e1b96eafe82e257789bf08c0c9f318533129e3f0e762c70bda6ef4dc8b5fa68f075efcb49675da634a998071093272eb4cdd59f')
+sha256sums=('bd2629be4b92917df8d157727761f3b1dea7eec8561d004d128dd9fa2fe0b6e5')
+b2sums=('3605ea6fec820be7642e5559a019fb27733eaa2cbb79a41ca8de5d373330ab4408af8d228e9dd25e6b110ecb4aa58b8e18cad68d6557f2dfe5152203290af465')
build() {
cd "$_pkgname-$pkgver"