summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Lindvall2020-07-21 23:01:46 +0200
committerMarius Lindvall2020-07-21 23:01:46 +0200
commit21185b72b0551d643ecd3500e1bbf5e16f91230f (patch)
treea6a6f25957874abf1db08e8a98595d79db23c0b8
parentf58d49f0c133b0b263ed1f97c90eece07bfc7b17 (diff)
downloadaur-21185b72b0551d643ecd3500e1bbf5e16f91230f.tar.gz
Update to 1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0e192abde02..d2811bb850bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-jellyfin-apiclient
pkgdesc = Python API client for Jellyfin
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/iwalton3/jellyfin-apiclient-python
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-jellyfin-apiclient
depends = python-urllib3
depends = python-websocket-client
depends = python-six
- source = https://pypi.python.org/packages/source/j/jellyfin-apiclient-python/jellyfin-apiclient-python-1.5.0.tar.gz
- sha256sums = e71080f44e601e31d1f439ef3f4281286f98e98f650f324df8446d14b5b7e170
+ source = https://pypi.python.org/packages/source/j/jellyfin-apiclient-python/jellyfin-apiclient-python-1.5.1.tar.gz
+ sha256sums = 1f24fbfe67277af265e2b18c0586591033625ead44600198189a75dd02f1abbe
pkgname = python-jellyfin-apiclient
diff --git a/PKGBUILD b/PKGBUILD
index aa4696f29d36..cdf244afed4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
pkgname=python-jellyfin-apiclient
-pkgver='1.5.0'
+pkgver='1.5.1'
pkgrel=1
pkgdesc="Python API client for Jellyfin"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('python>=3.6' 'python-requests' 'python-urllib3' 'python-websocket-client' 'python-six')
makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/source/j/jellyfin-apiclient-python/jellyfin-apiclient-python-$pkgver.tar.gz")
-sha256sums=('e71080f44e601e31d1f439ef3f4281286f98e98f650f324df8446d14b5b7e170')
+sha256sums=('1f24fbfe67277af265e2b18c0586591033625ead44600198189a75dd02f1abbe')
build() {
cd "${srcdir}/jellyfin-apiclient-python-${pkgver}"