Update to v1.7.2

This commit is contained in:
Marius Lindvall
2021-03-25 10:37:06 +01:00
parent a3c1fd3162
commit 19587c0699
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = python-jellyfin-apiclient pkgbase = python-jellyfin-apiclient
pkgdesc = Python API client for Jellyfin pkgdesc = Python API client for Jellyfin
pkgver = 1.7.0 pkgver = 1.7.2
pkgrel = 1 pkgrel = 1
url = https://github.com/iwalton3/jellyfin-apiclient-python url = https://github.com/iwalton3/jellyfin-apiclient-python
arch = any arch = any
@@ -11,8 +11,8 @@ pkgbase = python-jellyfin-apiclient
depends = python-urllib3 depends = python-urllib3
depends = python-websocket-client depends = python-websocket-client
depends = python-six depends = python-six
source = https://pypi.python.org/packages/source/j/jellyfin-apiclient-python/jellyfin-apiclient-python-1.7.0.tar.gz source = https://pypi.python.org/packages/source/j/jellyfin-apiclient-python/jellyfin-apiclient-python-1.7.2.tar.gz
sha256sums = 3b2276f696d54e4109c27b792df1d20a3a3be9e51ec784d39088573268874cd2 sha256sums = 9d22d46bdfe3013e97ac7a3bee45791d80713cefe585c58aa8f7e9112eee97d0
pkgname = python-jellyfin-apiclient pkgname = python-jellyfin-apiclient

View File

@@ -1,7 +1,7 @@
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info> # Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
pkgname=python-jellyfin-apiclient pkgname=python-jellyfin-apiclient
pkgver='1.7.0' pkgver='1.7.2'
pkgrel=1 pkgrel=1
pkgdesc="Python API client for Jellyfin" pkgdesc="Python API client for Jellyfin"
arch=('any') arch=('any')
@@ -10,7 +10,7 @@ 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')
makedepends=('python-setuptools') makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/source/j/jellyfin-apiclient-python/jellyfin-apiclient-python-$pkgver.tar.gz") source=("https://pypi.python.org/packages/source/j/jellyfin-apiclient-python/jellyfin-apiclient-python-$pkgver.tar.gz")
sha256sums=('3b2276f696d54e4109c27b792df1d20a3a3be9e51ec784d39088573268874cd2') sha256sums=('9d22d46bdfe3013e97ac7a3bee45791d80713cefe585c58aa8f7e9112eee97d0')
build() { build() {
cd "${srcdir}/jellyfin-apiclient-python-${pkgver}" cd "${srcdir}/jellyfin-apiclient-python-${pkgver}"