summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2023-03-12 19:39:05 -0700
committermutantmonkey2023-03-12 19:39:05 -0700
commit2fd44076fc40e193129b948ec49367d991a2fe12 (patch)
tree917b624bbde475cf8c2e566087c3a639537d9221
parentaa14cc695e4e46472428049a5fd5efbb16d20dd3 (diff)
downloadaur-2fd44076fc40e193129b948ec49367d991a2fe12.tar.gz
upgpkg: python-plexapi 4.13.4-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 08ba1023cc64..8150354a6b33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.13.2
+ pkgver = 4.13.4
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.13.2.tar.gz
- sha256sums = 2a67b5739ec966e10dec957fea8abe38e9a4ff9d6b58dd0ec6a55ae758cead8e
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.13.4.tar.gz
+ sha256sums = b5208a76d56bd202baf50b5fa81527a6a4bac49290d309cf4ce7517a57feb4a4
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index cec49ed9d27a..f832704caf14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-plexapi
_name="PlexAPI"
-pkgver=4.13.2
+pkgver=4.13.4
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=('2a67b5739ec966e10dec957fea8abe38e9a4ff9d6b58dd0ec6a55ae758cead8e')
+sha256sums=('b5208a76d56bd202baf50b5fa81527a6a4bac49290d309cf4ce7517a57feb4a4')
build() {
cd "$_name-$pkgver"