summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-06-07 00:46:58 -0700
committermutantmonkey2021-06-07 00:46:58 -0700
commitfbf5b4e1c7a9ecff3d2011cd1896bbfd3cb0d410 (patch)
treed31c70dff85f65d231f22f42533a559fd50c8714
parent6639f9ec5cb3812e902f013e4b0175884e1f7e77 (diff)
downloadaur-fbf5b4e1c7a9ecff3d2011cd1896bbfd3cb0d410.tar.gz
upgpkg: python-plexapi 4.6.0-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b215fa26148d..1daa3baf9bc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.5.2
+ pkgver = 4.6.0
pkgrel = 1
url = https://github.com/pkkid/python-plexapi
arch = any
@@ -8,8 +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.5.2.tar.gz
- sha256sums = 0e8fbb9399597d512ba6303d094e9d16fcbb2ee3a2eb0560307f6da1f22d3922
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.6.0.tar.gz
+ sha256sums = a92b83384d2b6181ca290e7e4eaa6c5b748bc439bb8d1f478ca2e7b3394b7ff9
pkgname = python-plexapi
-
diff --git a/PKGBUILD b/PKGBUILD
index 19dcf460988e..244e07dfbfaa 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.5.2
+pkgver=4.6.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=('0e8fbb9399597d512ba6303d094e9d16fcbb2ee3a2eb0560307f6da1f22d3922')
+sha256sums=('a92b83384d2b6181ca290e7e4eaa6c5b748bc439bb8d1f478ca2e7b3394b7ff9')
package() {
cd "$_name-$pkgver"