summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2022-03-20 15:23:15 -0700
committermutantmonkey2022-03-20 15:23:15 -0700
commit040362a885ed5eb3d85c8a69f25d44eea70a10c7 (patch)
treeeef267a8daa89e1fd4769b5fe4532111b931b037
parent684634cefdd77a47fec12b8cc3cebc2439e90cb0 (diff)
downloadaur-040362a885ed5eb3d85c8a69f25d44eea70a10c7.tar.gz
upgpkg: python-plexapi 4.10.1-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 bc878076b18a..43f9dbe9315f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.10.0
+ pkgver = 4.10.1
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.0.tar.gz
- sha256sums = 7a667ee9c350706bb92b2d48fbfb11723284b9fe1610d00c062af66b5b31f9d6
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.10.1.tar.gz
+ sha256sums = e0417eb972ca6a1e01334f32046f5f3feb9210d92a82e9f05ebe628d6c685b68
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 21389abefeb2..92286d410450 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.0
+pkgver=4.10.1
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=('7a667ee9c350706bb92b2d48fbfb11723284b9fe1610d00c062af66b5b31f9d6')
+sha256sums=('e0417eb972ca6a1e01334f32046f5f3feb9210d92a82e9f05ebe628d6c685b68')
package() {
cd "$_name-$pkgver"