summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2022-03-06 16:22:23 -0800
committermutantmonkey2022-03-06 16:22:23 -0800
commit684634cefdd77a47fec12b8cc3cebc2439e90cb0 (patch)
tree32bf90fc1de0d79588fc7b602f48d93a30c45551
parent51ff921b84458e6594dcfee295472c47eb1e98d9 (diff)
downloadaur-684634cefdd77a47fec12b8cc3cebc2439e90cb0.tar.gz
upgpkg: python-plexapi 4.10.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 6cd198c2300b..bc878076b18a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.9.2
+ pkgver = 4.10.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.9.2.tar.gz
- sha256sums = 40e0d24bfe89065a77b600156c1d2213260da62edd905f6680b654393733ae36
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.10.0.tar.gz
+ sha256sums = 7a667ee9c350706bb92b2d48fbfb11723284b9fe1610d00c062af66b5b31f9d6
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 610bea7360a4..21389abefeb2 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.2
+pkgver=4.10.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=('40e0d24bfe89065a77b600156c1d2213260da62edd905f6680b654393733ae36')
+sha256sums=('7a667ee9c350706bb92b2d48fbfb11723284b9fe1610d00c062af66b5b31f9d6')
package() {
cd "$_name-$pkgver"