summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2022-05-30 18:20:07 -0700
committermutantmonkey2022-05-30 18:20:07 -0700
commit99d4041cf72cadbcecc75336ebf3fa216ea04364 (patch)
treeada3c9db88e23906d16a4a5ffb8b59620078a4f8
parent040362a885ed5eb3d85c8a69f25d44eea70a10c7 (diff)
downloadaur-99d4041cf72cadbcecc75336ebf3fa216ea04364.tar.gz
upgpkg: python-plexapi 4.11.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 43f9dbe9315f..1e6f33388829 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.10.1
+ pkgver = 4.11.2
pkgrel = 1
url = https://github.com/pkkid/python-plexapi
arch = any
@@ -8,7 +8,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.10.1.tar.gz
- sha256sums = e0417eb972ca6a1e01334f32046f5f3feb9210d92a82e9f05ebe628d6c685b68
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.11.2.tar.gz
+ sha256sums = 7b37f8491d87f893cb91bfe845adf94a7fe72cf7e35f371a9281f2ae7e5d4189
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 92286d410450..4a4ca7e2bb44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-plexapi
_name="PlexAPI"
source=("$pkgname-$pkgver.tar.gz::https://github.com/pkkid/python-plexapi/archive/$pkgver.tar.gz")
-pkgver=4.10.1
+pkgver=4.11.2
pkgrel=1
pkgdesc="Python bindings for the Plex API."
arch=('any')
@@ -16,7 +16,7 @@ depends=('python-requests'
'python-websocket-client')
makedepends=()
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('e0417eb972ca6a1e01334f32046f5f3feb9210d92a82e9f05ebe628d6c685b68')
+sha256sums=('7b37f8491d87f893cb91bfe845adf94a7fe72cf7e35f371a9281f2ae7e5d4189')
package() {
cd "$_name-$pkgver"