summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-08-22 00:32:20 +0000
committermutantmonkey2020-08-22 00:32:20 +0000
commit585f92b65d8f1aa442ab3c7d979d81eec13f2203 (patch)
treee585280946c47bb4716a1d78da95d3b107ed8016
parent643db9f0ce751a687b10d1e54fa9199938dc9172 (diff)
downloadaur-585f92b65d8f1aa442ab3c7d979d81eec13f2203.tar.gz
upgpkg: python-plexapi 4.1.0-1
Upstream release on PyPI (automatic update)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dac2ad8c66ec..3ecec1ae4ad3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.0.0
+ pkgver = 4.1.0
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.0.0.tar.gz
- sha256sums = 2c840668103a833c243654d9496c185c8f42cf7f94cf8cd95aad8e282d943ac6
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.1.0.tar.gz
+ sha256sums = 137910dea33791bae1b355ec51f0c7b881eb81175d0e0c83ac347552c1e81a13
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 28a98e9b67a6..5cca1dcc43aa 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.0.0
+pkgver=4.1.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=('2c840668103a833c243654d9496c185c8f42cf7f94cf8cd95aad8e282d943ac6')
+sha256sums=('137910dea33791bae1b355ec51f0c7b881eb81175d0e0c83ac347552c1e81a13')
package() {
cd "$_name-$pkgver"