summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2023-08-04 01:45:47 -0700
committermutantmonkey2023-08-04 01:45:47 -0700
commit789b2dc7bb85b4e8e488b08df53b2ed10a042c7d (patch)
tree64a3a268fc90aaa93632d42e852043ce49b5ee29
parent642cc75ba0fde66c96763271a322264bda16fb0c (diff)
downloadaur-789b2dc7bb85b4e8e488b08df53b2ed10a042c7d.tar.gz
upgpkg: python-plexapi 4.15.0-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 5c19bf456997..90a664bbe196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.14.0
+ pkgver = 4.15.0
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.14.0.tar.gz
- sha256sums = fc62b16fbf80e382e9a1e69064e6a003a7d3099f90622c56e4a06e2a6e1cc4b9
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.15.0.tar.gz
+ sha256sums = c202abdc0645bf1109819d59b4701bf556e434515ace41a96633e14e717c8f22
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 055cc82605c5..ef0db6f1d7b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-plexapi
_name="PlexAPI"
-pkgver=4.14.0
+pkgver=4.15.0
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=('fc62b16fbf80e382e9a1e69064e6a003a7d3099f90622c56e4a06e2a6e1cc4b9')
+sha256sums=('c202abdc0645bf1109819d59b4701bf556e434515ace41a96633e14e717c8f22')
build() {
cd "$_name-$pkgver"