summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-04-19 00:09:29 +0000
committermutantmonkey2020-04-19 00:09:29 +0000
commit4057020da2d184181e8638d190914baf0c4e6518 (patch)
tree07ecde9b06853e5a15fc4dff2a5295623196d561
parentbb6bbab7fae0127c1e35aeb58fddf5e9a9a1c01f (diff)
downloadaur-4057020da2d184181e8638d190914baf0c4e6518.tar.gz
upgpkg: python-plexapi 3.4.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 cd733dc8f9b8..4164878c1f6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 3.3.0
+ pkgver = 3.4.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.3.0.tar.gz
- sha256sums = e89feb6966e846a5dee63f4b8600470020807b9dd9c1147a90c7269625a32ea2
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-3.4.0.tar.gz
+ sha256sums = daf435dc5f6c22447f6a8f92dce5d7da5cfd4511f06f506185faccb2dca28684
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 487583118be3..ee5f7a49c54f 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.3.0
+pkgver=3.4.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=('e89feb6966e846a5dee63f4b8600470020807b9dd9c1147a90c7269625a32ea2')
+sha256sums=('daf435dc5f6c22447f6a8f92dce5d7da5cfd4511f06f506185faccb2dca28684')
package() {
cd "$_name-$pkgver"