summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-09-29 00:39:37 +0000
committermutantmonkey2020-09-29 00:39:37 +0000
commitde52be610439aa546840c34c750072a3aed3a79a (patch)
treed907a3ff4c7167a34cc22425ed6393af78a5a136
parent585f92b65d8f1aa442ab3c7d979d81eec13f2203 (diff)
downloadaur-de52be610439aa546840c34c750072a3aed3a79a.tar.gz
upgpkg: python-plexapi 4.1.2-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 3ecec1ae4ad3..99f48bec25b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.1.0
+ pkgver = 4.1.2
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.1.0.tar.gz
- sha256sums = 137910dea33791bae1b355ec51f0c7b881eb81175d0e0c83ac347552c1e81a13
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.1.2.tar.gz
+ sha256sums = 5de36cc26a1e919dbc7ecc3e62733e1332a6257646cbaca73846238b297d387d
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 5cca1dcc43aa..8b081b41c6d3 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.1.0
+pkgver=4.1.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=('137910dea33791bae1b355ec51f0c7b881eb81175d0e0c83ac347552c1e81a13')
+sha256sums=('5de36cc26a1e919dbc7ecc3e62733e1332a6257646cbaca73846238b297d387d')
package() {
cd "$_name-$pkgver"