summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2022-11-15 22:33:54 -0800
committermutantmonkey2022-11-15 22:33:54 -0800
commit21aa66440c2ff0727d7787581bae84045f2b825b (patch)
treec7f370a94fb1e6c9d23a44d4a88ec8bba6692485
parentaafd42abbb39ee2f208185c55a7640843242b323 (diff)
downloadaur-21aa66440c2ff0727d7787581bae84045f2b825b.tar.gz
upgpkg: python-plexapi 4.13.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 3f0258b82034..d139e753468e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.13.0
+ pkgver = 4.13.1
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.0.tar.gz
- sha256sums = 86e92cdb2fa6f38f7c518ef42144cd5276a69b083d0df95e9a9fede881e1fa83
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.13.1.tar.gz
+ sha256sums = e047dcb07d2dccb863ff9bace1999e1113119097be1517460f2b1f50cfcf7c74
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 117d752f9b03..3e8c244d9295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-plexapi
_name="PlexAPI"
-pkgver=4.13.0
+pkgver=4.13.1
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=('86e92cdb2fa6f38f7c518ef42144cd5276a69b083d0df95e9a9fede881e1fa83')
+sha256sums=('e047dcb07d2dccb863ff9bace1999e1113119097be1517460f2b1f50cfcf7c74')
build() {
cd "$_name-$pkgver"