upgpkg: python-jellyfin-apiclient 1.9.1-1

upstream release
This commit is contained in:
2022-08-28 20:18:41 +02:00
parent 0997666b89
commit 1838ae85d1
2 changed files with 7 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
# Maintainer: Giovanni Harting <539@idlegandalf.com>
# Contributor: Marius Lindvall <(firstname) {cat} varden {dog} info>
pkgname=python-jellyfin-apiclient
pkgver='1.8.1'
pkgver='1.9.1'
pkgrel=1
pkgdesc="Python API client for Jellyfin"
arch=('any')
@@ -10,7 +11,7 @@ license=('GPL3')
depends=('python>=3.6' 'python-requests' 'python-urllib3' 'python-websocket-client' 'python-six' 'python-certifi')
makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/source/j/jellyfin-apiclient-python/jellyfin-apiclient-python-$pkgver.tar.gz")
sha256sums=('b765e667baecad9abde37973443aeacec63f76314d8c56e4118787780d805622')
b2sums=('8d0c889471f97b0605d18c3fade60d42c0d89b2b6b6b294c25256648829f13f23fbf7ed427587110f9d95247c5704354e295b73d6d8e94a471d0c6d533b3fd84')
build() {
cd "${srcdir}/jellyfin-apiclient-python-${pkgver}"