summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2023-12-29 14:43:11 -0800
committermutantmonkey2023-12-29 14:43:11 -0800
commitc653e4971a5333ee9b4bff265d638bafc577737e (patch)
tree3a2f0e40d716eaab87858cb47f8cc8b638a8d0e2
parent2d5cd94832c73702c52862556a79046025e7f10a (diff)
downloadaur-c653e4971a5333ee9b4bff265d638bafc577737e.tar.gz
upgpkg: python-plexapi 4.15.7-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 3dbc9bb85b75..792ec02b42b3 100644
--- a/.SRCINFO
+++ b/.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/PKGBUILD b/PKGBUILD
index 2ae924acb905..d600f8ef5fa1 100644
--- a/PKGBUILD
+++ b/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"