summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2023-11-22 00:44:27 +0100
committerKokaKiwi2023-11-22 00:44:27 +0100
commit72a34b6541cd2ebc91c30d0482797e16c5d26a82 (patch)
treee759f7df524914c88559e0f971506873efc05992
parent794976162de6bbea5d52b02e8779c921a48d0636 (diff)
downloadaur-72a34b6541cd2ebc91c30d0482797e16c5d26a82.tar.gz
upgpkg: python-qbittorrent-api 2023.11.56-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b765d9dd615e..3ebab90d8d55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-qbittorrent-api
pkgdesc = Python client for qBittorrent v4.1+ Web API
- pkgver = 2023.11.55
+ pkgver = 2023.11.56
pkgrel = 1
url = https://pypi.org/project/qbittorrent-api
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-qbittorrent-api
depends = python-urllib3
depends = python-six
depends = python-packaging
- source = python-qbittorrent-api-2023.11.55.tar.gz::https://files.pythonhosted.org/packages/source/q/qbittorrent-api/qbittorrent-api-2023.11.55.tar.gz
- sha256sums = c4f7c2ec7f234280b079dec5b03f6aba4e19f92b2e1b186d0dfa2380ebbf1c70
- b2sums = 2092adf476d2025b271459d4f18845a38f97c8e89fb6ed96dc3607da8a7ebdc5c540ceee92707763d58d847fd30f6cbc251b7447995dda41a0654bfc63935324
+ source = python-qbittorrent-api-2023.11.56.tar.gz::https://files.pythonhosted.org/packages/source/q/qbittorrent-api/qbittorrent-api-2023.11.56.tar.gz
+ sha256sums = c7d3eb99d704727df13439dcde89416ebe75a78bd7005f4c3fc66e817bdf2677
+ b2sums = ab67b84622879592d68879fa600e1f02c41a21d4a1df23f4a66cc77e2a5f150a4f1c8036ca509428bdaf275ae6affb547b77e7711b642b1030651fb05da696ec
pkgname = python-qbittorrent-api
diff --git a/PKGBUILD b/PKGBUILD
index 1584a04c5414..1745017e26a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qbittorrent-api
pkgname="python-$_pkgname"
-pkgver=2023.11.55
+pkgver=2023.11.56
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=('c4f7c2ec7f234280b079dec5b03f6aba4e19f92b2e1b186d0dfa2380ebbf1c70')
-b2sums=('2092adf476d2025b271459d4f18845a38f97c8e89fb6ed96dc3607da8a7ebdc5c540ceee92707763d58d847fd30f6cbc251b7447995dda41a0654bfc63935324')
+sha256sums=('c7d3eb99d704727df13439dcde89416ebe75a78bd7005f4c3fc66e817bdf2677')
+b2sums=('ab67b84622879592d68879fa600e1f02c41a21d4a1df23f4a66cc77e2a5f150a4f1c8036ca509428bdaf275ae6affb547b77e7711b642b1030651fb05da696ec')
build() {
cd "$_pkgname-$pkgver"