summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2023-11-22 20:07:50 -0800
committermutantmonkey2023-11-22 20:07:50 -0800
commit2d5cd94832c73702c52862556a79046025e7f10a (patch)
tree12c59ddadf7d8e470819aa31ee5d32f53bf09f21
parent0ce840ff5733be5a3a782ca4d66d8c76f221f164 (diff)
downloadaur-2d5cd94832c73702c52862556a79046025e7f10a.tar.gz
upgpkg: python-plexapi 4.15.6-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 84004a11ddb1..3dbc9bb85b75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.15.2
+ pkgver = 4.15.6
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.15.2.tar.gz
- sha256sums = e05a4d4522d07ed2caa5396563b413ccedc438448c71f109b416035d2bc9ac55
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.15.6.tar.gz
+ sha256sums = ab6b6b5c392872caefc43e5bdfe32418c451723f649add7d69637a9eeaad7afe
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 3fe73c710f0d..2ae924acb905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-plexapi
_name="PlexAPI"
-pkgver=4.15.2
+pkgver=4.15.6
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=('e05a4d4522d07ed2caa5396563b413ccedc438448c71f109b416035d2bc9ac55')
+sha256sums=('ab6b6b5c392872caefc43e5bdfe32418c451723f649add7d69637a9eeaad7afe')
build() {
cd "$_name-$pkgver"