summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-05-13 00:16:45 +0000
committermutantmonkey2020-05-13 00:16:45 +0000
commitacd35789da7c2c7dff7258b2845d23d2156248e1 (patch)
tree0703ff1acb454a661f59eb5b73349c9d26bd28ec
parent4057020da2d184181e8638d190914baf0c4e6518 (diff)
downloadaur-acd35789da7c2c7dff7258b2845d23d2156248e1.tar.gz
upgpkg: python-plexapi 3.6.0-1
Upstream release on PyPI (automatic update)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4164878c1f6e..315f4408c54e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 3.4.0
+ pkgver = 3.6.0
pkgrel = 1
url = https://github.com/pkkid/python-plexapi
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-plexapi
depends = python-requests
depends = python-tqdm
depends = python-websocket-client
- source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-3.4.0.tar.gz
- sha256sums = daf435dc5f6c22447f6a8f92dce5d7da5cfd4511f06f506185faccb2dca28684
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-3.6.0.tar.gz
+ sha256sums = ed56bbb8f6de92cb5ca23be68214df1bbc5ae3d465591d5feb8a93e21203ca96
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index ee5f7a49c54f..c0ffb0856c4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-plexapi
_name="PlexAPI"
source=("$pkgname-$pkgver.tar.gz::https://github.com/pkkid/python-plexapi/archive/$pkgver.tar.gz")
-pkgver=3.4.0
+pkgver=3.6.0
pkgrel=1
pkgdesc="Python bindings for the Plex API."
arch=('any')
@@ -16,7 +16,7 @@ depends=('python-requests'
'python-websocket-client')
makedepends=()
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('daf435dc5f6c22447f6a8f92dce5d7da5cfd4511f06f506185faccb2dca28684')
+sha256sums=('ed56bbb8f6de92cb5ca23be68214df1bbc5ae3d465591d5feb8a93e21203ca96')
package() {
cd "$_name-$pkgver"