summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-06-03 00:19:13 +0000
committermutantmonkey2020-06-03 00:19:13 +0000
commit643db9f0ce751a687b10d1e54fa9199938dc9172 (patch)
tree570a228cd90594ea6cb838e284ef3376827a0f69
parentacd35789da7c2c7dff7258b2845d23d2156248e1 (diff)
downloadaur-643db9f0ce751a687b10d1e54fa9199938dc9172.tar.gz
upgpkg: python-plexapi 4.0.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 315f4408c54e..dac2ad8c66ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 3.6.0
+ pkgver = 4.0.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.6.0.tar.gz
- sha256sums = ed56bbb8f6de92cb5ca23be68214df1bbc5ae3d465591d5feb8a93e21203ca96
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.0.0.tar.gz
+ sha256sums = 2c840668103a833c243654d9496c185c8f42cf7f94cf8cd95aad8e282d943ac6
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index c0ffb0856c4d..28a98e9b67a6 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.6.0
+pkgver=4.0.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=('ed56bbb8f6de92cb5ca23be68214df1bbc5ae3d465591d5feb8a93e21203ca96')
+sha256sums=('2c840668103a833c243654d9496c185c8f42cf7f94cf8cd95aad8e282d943ac6')
package() {
cd "$_name-$pkgver"