summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKokaKiwi2023-02-28 12:02:00 +0100
committerKokaKiwi2023-02-28 12:02:00 +0100
commit5cd6c23cfc0f1a93ab077d4201ca97538790c21c (patch)
treef0f07ad2b04c472adcf526fd60c0fa5f8dd6003c /PKGBUILD
parentefd7536a12a699be4bd15a9730cd8e132d4f7c71 (diff)
downloadaur-5cd6c23cfc0f1a93ab077d4201ca97538790c21c.tar.gz
upgpkg: python-qbittorrent-api 2023.2.43-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 97d6974a3cc5..052107dbc182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qbittorrent-api
pkgname="python-$_pkgname"
-pkgver=2023.2.42
+pkgver=2023.2.43
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')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('8fed5bfe36cec7892ae286adcb9f6b10536572b2d7a5fff59ea3e5311c082385')
-b2sums=('f24463dfd546e6047f10ba5f27099a674c7ab8bed0b5256868f3e64c18bd31d950995ab718c3d9b319171590bc1491acf1b7159296a07ca1014c20d250a23a3e')
+sha256sums=('192d39373536494c36497b307cef9a3eac69b6a7dab4c51df2192d13fc396681')
+b2sums=('8a9e1491659bb46e95154debb00d02ffcaa1b736af31358267ae3b1a666167e30e78ff2d9306fc7e7484ee446a09a820d1f12fd04fe45ae521fb4f7b1139633c')
build() {
cd "$_pkgname-$pkgver"