summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ff9ed597397..50644118657b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"