summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2022-02-09 23:53:40 -0800
committermutantmonkey2022-02-09 23:53:40 -0800
commit51ff921b84458e6594dcfee295472c47eb1e98d9 (patch)
treef0916c1d26c3f04073ab209ae0375a71b24d70e3
parent46ff60df98edb528f059f852bde18f0bdc10aba1 (diff)
downloadaur-51ff921b84458e6594dcfee295472c47eb1e98d9.tar.gz
upgpkg: python-plexapi 4.9.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 abe9b886d6be..6cd198c2300b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.9.1
+ pkgver = 4.9.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.9.1.tar.gz
- sha256sums = a7c029d379fe48f51521b1c1522f762dcc6221e01c50c955127e7077f7227498
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.9.2.tar.gz
+ sha256sums = 40e0d24bfe89065a77b600156c1d2213260da62edd905f6680b654393733ae36
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 614a910af8fd..610bea7360a4 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.9.1
+pkgver=4.9.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=('a7c029d379fe48f51521b1c1522f762dcc6221e01c50c955127e7077f7227498')
+sha256sums=('40e0d24bfe89065a77b600156c1d2213260da62edd905f6680b654393733ae36')
package() {
cd "$_name-$pkgver"