summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2023-05-29 22:38:47 +0200
committerKokaKiwi2023-05-29 22:38:47 +0200
commit4610d7f255fb78aedfc58d3580208e4d1d3cd70f (patch)
tree67715ff3633c3eb5aae49213830d451bfe5af9ce
parent7dc865dec030ab7f55b1aa5b6878517ded0645ea (diff)
downloadaur-4610d7f255fb78aedfc58d3580208e4d1d3cd70f.tar.gz
upgpkg: python-qbittorrent-api 2023.5.48-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2880841ee475..cc4a549d3658 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-qbittorrent-api
pkgdesc = Python client for qBittorrent v4.1+ Web API
- pkgver = 2023.4.47
+ pkgver = 2023.5.48
pkgrel = 1
url = https://pypi.org/project/qbittorrent-api
arch = any
@@ -8,13 +8,13 @@ pkgbase = python-qbittorrent-api
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
- makedepends = python-setuptools
depends = python
depends = python-requests
depends = python-urllib3
depends = python-six
- source = python-qbittorrent-api-2023.4.47.tar.gz::https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2023.4.47.tar.gz
- sha256sums = b988d09a8bf73c0db8c482f09a9332ae3374846a721e307c73376c5b65ae4cee
- b2sums = e63cd7a430e4b6c4ef1ce4c6833c0db270687826fd48f445a129e7b71fc3c4c9795c2a87cdc6af834283ddcf6d574ca18ac5a99955d9a9da232009b739abaf5e
+ depends = python-setuptools
+ source = python-qbittorrent-api-2023.5.48.tar.gz::https://github.com/rmartin16/qbittorrent-api/archive/refs/tags/v2023.5.48.tar.gz
+ sha256sums = ef32b80ed15adf4218feab9607989990bb08377db1cc847ba44f1219aa085dd4
+ b2sums = a5b0ae6fde47d8fc9688bd8b551a538cbc741eecc2f9db5922c8e0be7b4f15a33a41bf3bab4fbcbb89a01dd5840a37aea90993b47e23ad656d3607b9214102b0
pkgname = python-qbittorrent-api
diff --git a/PKGBUILD b/PKGBUILD
index 69f7b46d1d75..638b7a42c5b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname=qbittorrent-api
pkgname="python-$_pkgname"
-pkgver=2023.4.47
+pkgver=2023.5.48
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')
-makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
+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=('b988d09a8bf73c0db8c482f09a9332ae3374846a721e307c73376c5b65ae4cee')
-b2sums=('e63cd7a430e4b6c4ef1ce4c6833c0db270687826fd48f445a129e7b71fc3c4c9795c2a87cdc6af834283ddcf6d574ca18ac5a99955d9a9da232009b739abaf5e')
+sha256sums=('ef32b80ed15adf4218feab9607989990bb08377db1cc847ba44f1219aa085dd4')
+b2sums=('a5b0ae6fde47d8fc9688bd8b551a538cbc741eecc2f9db5922c8e0be7b4f15a33a41bf3bab4fbcbb89a01dd5840a37aea90993b47e23ad656d3607b9214102b0')
build() {
cd "$_pkgname-$pkgver"