summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-03-26 18:55:58 -0700
committermutantmonkey2021-03-26 18:55:58 -0700
commitdcb1c720be06207c2db3b809220e59761d31d7b7 (patch)
treea8f5061e9a289420a946ab8a69233a27b900a20c
parent8002fa3ef36827473883d6adceb756f78b632ef5 (diff)
downloadaur-dcb1c720be06207c2db3b809220e59761d31d7b7.tar.gz
upgpkg: python-plexapi 4.5.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa5db271ac03..e6984189a9dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.4.1
+ pkgver = 4.5.1
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-4.4.1.tar.gz
- sha256sums = 2da39e6696aa32659c5d3fe82d5aaaf68d96aec9b5c72eab9e3558cdbd2db84a
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.5.1.tar.gz
+ sha256sums = c45494797750400d900cd90e0ac0dbe9973df238e3a81711f224d9667c675933
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 7b8600630c9d..881cc06592a1 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.4.1
+pkgver=4.5.1
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=('2da39e6696aa32659c5d3fe82d5aaaf68d96aec9b5c72eab9e3558cdbd2db84a')
+sha256sums=('c45494797750400d900cd90e0ac0dbe9973df238e3a81711f224d9667c675933')
package() {
cd "$_name-$pkgver"