summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-02-27 06:16:28 +0000
committermutantmonkey2020-02-27 06:16:28 +0000
commitebfefc9a088201a3a2378d12464484819f4f44b6 (patch)
treeee0b8c63dc6e21b90c30dcf4bf57f3fd589b874f
parent6de4a8a947c16f32a28162b1a75d406a776056c4 (diff)
downloadaur-ebfefc9a088201a3a2378d12464484819f4f44b6.tar.gz
upgpkg: python-plexapi 3.3.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 cf14a091d85c..cd733dc8f9b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 3.1.0
+ pkgver = 3.3.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.1.0.tar.gz
- sha256sums = 4044876f354b6b93737f704e41910c5a5537e000ad9d4dc79b4ded7bc9e9ce4d
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-3.3.0.tar.gz
+ sha256sums = e89feb6966e846a5dee63f4b8600470020807b9dd9c1147a90c7269625a32ea2
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 6daa600fed93..05f86b9dd122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-plexapi
_name="PlexAPI"
source=("$pkgname-$pkgver.tar.gz::https://github.com/pkkid/python-plexapi/archive/$pkgver.tar.gz")
-pkgver=3.1.0
+pkgver=3.3.0
pkgrel=1
pkgdesc="Python bindings for the Plex API."
arch=('any')
@@ -15,7 +15,7 @@ depends=('python-requests'
'python-websocket-client')
makedepends=()
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('4044876f354b6b93737f704e41910c5a5537e000ad9d4dc79b4ded7bc9e9ce4d')
+sha256sums=('e89feb6966e846a5dee63f4b8600470020807b9dd9c1147a90c7269625a32ea2')
package() {
cd "$_name-$pkgver"