summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2022-07-23 00:09:39 -0700
committermutantmonkey2022-07-23 00:09:39 -0700
commit9d68ea3eec76c24f05693046a677531131239025 (patch)
tree2b2b4f1fbba455228fcf7f40176bae02e8f555e8
parent99d4041cf72cadbcecc75336ebf3fa216ea04364 (diff)
downloadaur-9d68ea3eec76c24f05693046a677531131239025.tar.gz
upgpkg: python-plexapi 4.12.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 1e6f33388829..f2d1ac8c668a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.11.2
+ pkgver = 4.12.0
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.11.2.tar.gz
- sha256sums = 7b37f8491d87f893cb91bfe845adf94a7fe72cf7e35f371a9281f2ae7e5d4189
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.12.0.tar.gz
+ sha256sums = 6c98019ce2e4c81db6be7dde025f929830c83544ee491bb680c30f588f43942a
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 4a4ca7e2bb44..afd670c36443 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.11.2
+pkgver=4.12.0
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=('7b37f8491d87f893cb91bfe845adf94a7fe72cf7e35f371a9281f2ae7e5d4189')
+sha256sums=('6c98019ce2e4c81db6be7dde025f929830c83544ee491bb680c30f588f43942a')
package() {
cd "$_name-$pkgver"