summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2023-09-20 20:12:37 -0700
committermutantmonkey2023-09-20 20:12:37 -0700
commit0ce840ff5733be5a3a782ca4d66d8c76f221f164 (patch)
treebae571d9fa126bfebdc56e639c06be4fcbfd6ae8
parent816700cf47e82c990c34fb8720ef8390200d4bb2 (diff)
downloadaur-0ce840ff5733be5a3a782ca4d66d8c76f221f164.tar.gz
upgpkg: python-plexapi 4.15.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 c9afea3ccebe..84004a11ddb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.15.1
+ pkgver = 4.15.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.15.1.tar.gz
- sha256sums = ea07e8413e82fe2240fd0d0a3f436a09da4ef74ffaea6634b6b5cfd97c9423ca
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.15.2.tar.gz
+ sha256sums = e05a4d4522d07ed2caa5396563b413ccedc438448c71f109b416035d2bc9ac55
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 59fcefe8e7f0..3fe73c710f0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-plexapi
_name="PlexAPI"
-pkgver=4.15.1
+pkgver=4.15.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=('ea07e8413e82fe2240fd0d0a3f436a09da4ef74ffaea6634b6b5cfd97c9423ca')
+sha256sums=('e05a4d4522d07ed2caa5396563b413ccedc438448c71f109b416035d2bc9ac55')
build() {
cd "$_name-$pkgver"