summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-10-04 20:40:38 -0700
committermutantmonkey2021-10-04 20:40:38 -0700
commitbbba359fa603b59b4d7c82d764d4ee1aa2d2695d (patch)
tree826a8a41990cbd39ef6b238852b10ab859ce01ba
parentaa8033abb3e4452ca34d6f959a3fc410bcbac8cb (diff)
downloadaur-bbba359fa603b59b4d7c82d764d4ee1aa2d2695d.tar.gz
upgpkg: python-plexapi 4.7.2-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 2dba0351e8c1..13a9cc1127bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.7.1
+ pkgver = 4.7.2
pkgrel = 1
url = https://github.com/pkkid/python-plexapi
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-plexapi
depends = python-requests
depends = python-tqdm
depends = python-websocket-client
- source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.7.1.tar.gz
- sha256sums = 640967b29565ecfadab1f2f2ecd3db7f9b47c21256e0f97a32b68d806e60e5d3
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.7.2.tar.gz
+ sha256sums = 043e721332ab9d46d55daa28e0d6c22145c561203aefa80d2920f5cccddcedc8
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index e1d55db18552..4874e40456e3 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.7.1
+pkgver=4.7.2
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=('640967b29565ecfadab1f2f2ecd3db7f9b47c21256e0f97a32b68d806e60e5d3')
+sha256sums=('043e721332ab9d46d55daa28e0d6c22145c561203aefa80d2920f5cccddcedc8')
package() {
cd "$_name-$pkgver"