summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKokaKiwi2024-01-18 20:00:03 +0100
committerKokaKiwi2024-01-18 20:00:03 +0100
commitc39ff16081f883539b1edfb217974fc1354ffedc (patch)
tree9be7f64f551f59a7139eb0f8217b706b5adc4256 /PKGBUILD
parentad87eed404ded8194568c44f884cb03c7746a5f2 (diff)
downloadaur-c39ff16081f883539b1edfb217974fc1354ffedc.tar.gz
upgpkg: python-qbittorrent-api 2024.1.58-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82c529c29664..b2305840a168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname=qbittorrent-api
pkgname="python-$_pkgname"
-pkgver=2023.11.57
+pkgver=2024.1.58
pkgrel=1
pkgdesc="Python client for qBittorrent v4.1+ Web API"
arch=('any')
url="https://pypi.org/project/$_pkgname"
license=('MIT')
-depends=('python' 'python-requests' 'python-urllib3' 'python-six' 'python-packaging')
+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=('7e61495b83c341ceecceed32984f9f57d93ac140cb44790eae21070e7cc34908')
-b2sums=('3056f3f2941c1aa5a624982fc7f603fce3c2775e0e23a50bdf076d5689c94f860893aec8c8ca1cec03c4c3302c1609496bef85973eb06bfafbc2e481d12de3e5')
+sha256sums=('e89c94f66af4c5f44b07b00939c9cf73e3e91741168bf47f5b2de508a6a70260')
+b2sums=('076188006e96911a4e94d245967cff02de84ecab1ad88e88d1b33239eb06becc8fde3733447696c232f258511de797c7f16c60327878f140714ca2fca5fc109c')
build() {
cd "$_pkgname-$pkgver"