summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-07-26 21:59:11 -0700
committermutantmonkey2021-07-26 21:59:11 -0700
commit4755237723fa111d5e0ccf73f82dcf262899af08 (patch)
treef096aba27a7d33a1cf258751e9a7bb6405873c34
parent7f54c7fcc30628a29952c80719157f95d0cc02b1 (diff)
downloadaur-4755237723fa111d5e0ccf73f82dcf262899af08.tar.gz
upgpkg: python-plexapi 4.7.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 a8a8bbf8d556..5ed1d434d895 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.6.1
+ pkgver = 4.7.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.6.1.tar.gz
- sha256sums = efd33bb7855437fec4a0b5a648f675aee56c0d5c7ce28caa17b1b4d11ab01437
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.7.0.tar.gz
+ sha256sums = 503abc51b0011e8d82b07811c41c14e59c715900406ad9e1b6db086395275dfe
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index cedec90a6f3b..490145587d59 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.6.1
+pkgver=4.7.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=('efd33bb7855437fec4a0b5a648f675aee56c0d5c7ce28caa17b1b4d11ab01437')
+sha256sums=('503abc51b0011e8d82b07811c41c14e59c715900406ad9e1b6db086395275dfe')
package() {
cd "$_name-$pkgver"