summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-03-12 16:30:55 -0800
committermutantmonkey2021-03-12 16:30:55 -0800
commit8002fa3ef36827473883d6adceb756f78b632ef5 (patch)
tree47b2c3a63c61335480f46beb82dcdb2eb81faac7
parent9d77cd4249b7a81e0a09cb30ce8df7443248dd27 (diff)
downloadaur-8002fa3ef36827473883d6adceb756f78b632ef5.tar.gz
upgpkg: python-plexapi 4.4.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 35be3493bfa7..aa5db271ac03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.4.0
+ pkgver = 4.4.1
pkgrel = 1
url = https://github.com/pkkid/python-plexapi
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-plexapi
depends = python-requests
depends = python-tqdm
depends = python-websocket-client
- source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.4.0.tar.gz
- sha256sums = 7c0326c78d062d5e530ba0c83debb52892e49f0c990e3c5256f3075358d68ad2
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.4.1.tar.gz
+ sha256sums = 2da39e6696aa32659c5d3fe82d5aaaf68d96aec9b5c72eab9e3558cdbd2db84a
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 7181ee064a28..7b8600630c9d 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.4.0
+pkgver=4.4.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=('7c0326c78d062d5e530ba0c83debb52892e49f0c990e3c5256f3075358d68ad2')
+sha256sums=('2da39e6696aa32659c5d3fe82d5aaaf68d96aec9b5c72eab9e3558cdbd2db84a')
package() {
cd "$_name-$pkgver"