Update to 1.5.1

This commit is contained in:
Marius Lindvall
2020-07-21 23:01:46 +02:00
parent f58d49f0c1
commit 21185b72b0
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.5.0 pkgver = 1.5.1
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.5.0.tar.gz source = https://pypi.python.org/packages/source/j/jellyfin-apiclient-python/jellyfin-apiclient-python-1.5.1.tar.gz
sha256sums = e71080f44e601e31d1f439ef3f4281286f98e98f650f324df8446d14b5b7e170 sha256sums = 1f24fbfe67277af265e2b18c0586591033625ead44600198189a75dd02f1abbe
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.5.0' pkgver='1.5.1'
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=('e71080f44e601e31d1f439ef3f4281286f98e98f650f324df8446d14b5b7e170') sha256sums=('1f24fbfe67277af265e2b18c0586591033625ead44600198189a75dd02f1abbe')
build() { build() {
cd "${srcdir}/jellyfin-apiclient-python-${pkgver}" cd "${srcdir}/jellyfin-apiclient-python-${pkgver}"