summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dccaa847ccfc..6ff9ed597397 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
pkgname=python-jellyfin-apiclient
-pkgver='1.7.2'
+pkgver='1.8.1'
pkgrel=1
pkgdesc="Python API client for Jellyfin"
arch=('any')
url='https://github.com/iwalton3/jellyfin-apiclient-python'
license=('GPL3')
-depends=('python>=3.6' 'python-requests' 'python-urllib3' 'python-websocket-client' 'python-six')
+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=('9d22d46bdfe3013e97ac7a3bee45791d80713cefe585c58aa8f7e9112eee97d0')
+sha256sums=('b765e667baecad9abde37973443aeacec63f76314d8c56e4118787780d805622')
build() {
cd "${srcdir}/jellyfin-apiclient-python-${pkgver}"