summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-01-26 00:45:18 +0000
committermutantmonkey2021-01-26 00:45:18 +0000
commit7023b3c54642dd1bde7f248d3a5bb7c2f461a582 (patch)
tree77379e7a58ae2b457dd742b4987bbd91854b40c3
parent66b1fe4e4e50c4ff9e070205efe7875080204e53 (diff)
downloadaur-7023b3c54642dd1bde7f248d3a5bb7c2f461a582.tar.gz
upgpkg: python-plexapi 4.3.0-2
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 8370cd2a6923..be0e527bc630 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.2.0
+ pkgver = 4.3.0
pkgrel = 2
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-4.2.0.tar.gz
- sha256sums = 1e9b5467e8550a3cdd43db16fa4b501c103673fcc70a0543505bdc58b0909b99
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.3.0.tar.gz
+ sha256sums = 40ba5cf064e40ee56116774e1ff19f17fbf88b69b8a0387396d5be5c40d5edf2
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 3dd3f74fd626..075fff6dc660 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=4.2.0
+pkgver=4.3.0
pkgrel=2
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=('1e9b5467e8550a3cdd43db16fa4b501c103673fcc70a0543505bdc58b0909b99')
+sha256sums=('40ba5cf064e40ee56116774e1ff19f17fbf88b69b8a0387396d5be5c40d5edf2')
package() {
cd "$_name-$pkgver"