summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-04-08 21:38:23 -0700
committermutantmonkey2021-04-08 21:38:23 -0700
commit6639f9ec5cb3812e902f013e4b0175884e1f7e77 (patch)
tree914c82b6bfb2201098295cc34e07b0fb0356c90f
parentdcb1c720be06207c2db3b809220e59761d31d7b7 (diff)
downloadaur-6639f9ec5cb3812e902f013e4b0175884e1f7e77.tar.gz
upgpkg: netlify 3.16.2-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 e6984189a9dd..b215fa26148d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.5.1
+ pkgver = 4.5.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.5.1.tar.gz
- sha256sums = c45494797750400d900cd90e0ac0dbe9973df238e3a81711f224d9667c675933
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.5.2.tar.gz
+ sha256sums = 0e8fbb9399597d512ba6303d094e9d16fcbb2ee3a2eb0560307f6da1f22d3922
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 881cc06592a1..19dcf460988e 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.1
+pkgver=4.5.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=('c45494797750400d900cd90e0ac0dbe9973df238e3a81711f224d9667c675933')
+sha256sums=('0e8fbb9399597d512ba6303d094e9d16fcbb2ee3a2eb0560307f6da1f22d3922')
package() {
cd "$_name-$pkgver"