summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2023-08-30 20:12:27 -0700
committermutantmonkey2023-08-30 20:12:27 -0700
commit816700cf47e82c990c34fb8720ef8390200d4bb2 (patch)
tree94a15206dda1b5e9a7bd509bc67679a6e5b3fcc1
parent789b2dc7bb85b4e8e488b08df53b2ed10a042c7d (diff)
downloadaur-816700cf47e82c990c34fb8720ef8390200d4bb2.tar.gz
upgpkg: python-plexapi 4.15.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 90a664bbe196..c9afea3ccebe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.15.0
+ pkgver = 4.15.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.15.0.tar.gz
- sha256sums = c202abdc0645bf1109819d59b4701bf556e434515ace41a96633e14e717c8f22
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.15.1.tar.gz
+ sha256sums = ea07e8413e82fe2240fd0d0a3f436a09da4ef74ffaea6634b6b5cfd97c9423ca
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index ef0db6f1d7b2..59fcefe8e7f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-plexapi
_name="PlexAPI"
-pkgver=4.15.0
+pkgver=4.15.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=('c202abdc0645bf1109819d59b4701bf556e434515ace41a96633e14e717c8f22')
+sha256sums=('ea07e8413e82fe2240fd0d0a3f436a09da4ef74ffaea6634b6b5cfd97c9423ca')
build() {
cd "$_name-$pkgver"