From a3d39587d0e34cd86f74bb01c8371e51f7cc6769 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Fri, 29 Dec 2023 14:43:11 -0800 Subject: [PATCH] upgpkg: python-plexapi 4.15.7-1 upstream release --- python-plexapi/.SRCINFO | 6 +++--- python-plexapi/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python-plexapi/.SRCINFO b/python-plexapi/.SRCINFO index 3dbc9bb85..792ec02b4 100644 --- a/python-plexapi/.SRCINFO +++ b/python-plexapi/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-plexapi pkgdesc = Python bindings for the Plex API. - pkgver = 4.15.6 + pkgver = 4.15.7 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.6.tar.gz - sha256sums = ab6b6b5c392872caefc43e5bdfe32418c451723f649add7d69637a9eeaad7afe + source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.15.7.tar.gz + sha256sums = 0d3d633e930e15a8d455313864485a7d4e3e25f7205d41805309582fad9a56e9 pkgname = python-plexapi diff --git a/python-plexapi/PKGBUILD b/python-plexapi/PKGBUILD index 2ae924acb..d600f8ef5 100644 --- a/python-plexapi/PKGBUILD +++ b/python-plexapi/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-plexapi _name="PlexAPI" -pkgver=4.15.6 +pkgver=4.15.7 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=('ab6b6b5c392872caefc43e5bdfe32418c451723f649add7d69637a9eeaad7afe') +sha256sums=('0d3d633e930e15a8d455313864485a7d4e3e25f7205d41805309582fad9a56e9') build() { cd "$_name-$pkgver"