summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2022-12-22 00:01:35 -0800
committermutantmonkey2022-12-22 00:01:35 -0800
commitaa14cc695e4e46472428049a5fd5efbb16d20dd3 (patch)
tree560cb5072e56adc7ba5d2fe4382c37140be3031c
parent21aa66440c2ff0727d7787581bae84045f2b825b (diff)
downloadaur-aa14cc695e4e46472428049a5fd5efbb16d20dd3.tar.gz
upgpkg: python-plexapi 4.13.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 d139e753468e..08ba1023cc64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.13.1
+ pkgver = 4.13.2
pkgrel = 1
url = https://github.com/pkkid/python-plexapi
arch = any
@@ -12,7 +12,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.13.1.tar.gz
- sha256sums = e047dcb07d2dccb863ff9bace1999e1113119097be1517460f2b1f50cfcf7c74
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.13.2.tar.gz
+ sha256sums = 2a67b5739ec966e10dec957fea8abe38e9a4ff9d6b58dd0ec6a55ae758cead8e
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 3e8c244d9295..cec49ed9d27a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-plexapi
_name="PlexAPI"
-pkgver=4.13.1
+pkgver=4.13.2
pkgrel=1
pkgdesc="Python bindings for the Plex API."
arch=('any')
@@ -13,7 +13,7 @@ license=('BSD')
depends=('python-requests' 'python-tqdm' 'python-websocket-client')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('e047dcb07d2dccb863ff9bace1999e1113119097be1517460f2b1f50cfcf7c74')
+sha256sums=('2a67b5739ec966e10dec957fea8abe38e9a4ff9d6b58dd0ec6a55ae758cead8e')
build() {
cd "$_name-$pkgver"