summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-02-24 22:59:19 -0800
committermutantmonkey2021-02-24 22:59:19 -0800
commit9d77cd4249b7a81e0a09cb30ce8df7443248dd27 (patch)
treecde9aadf7a612638d73f61e46637ab816bbbd07e
parent7023b3c54642dd1bde7f248d3a5bb7c2f461a582 (diff)
downloadaur-9d77cd4249b7a81e0a09cb30ce8df7443248dd27.tar.gz
upgpkg: python-plexapi 4.4.0-1
Upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be0e527bc630..35be3493bfa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.3.0
- pkgrel = 2
+ pkgver = 4.4.0
+ pkgrel = 1
url = https://github.com/pkkid/python-plexapi
arch = any
license = BSD
depends = python-requests
depends = python-tqdm
depends = python-websocket-client
- source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.3.0.tar.gz
- sha256sums = 40ba5cf064e40ee56116774e1ff19f17fbf88b69b8a0387396d5be5c40d5edf2
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.4.0.tar.gz
+ sha256sums = 7c0326c78d062d5e530ba0c83debb52892e49f0c990e3c5256f3075358d68ad2
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 075fff6dc660..7181ee064a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=python-plexapi
_name="PlexAPI"
source=("$pkgname-$pkgver.tar.gz::https://github.com/pkkid/python-plexapi/archive/$pkgver.tar.gz")
-pkgver=4.3.0
-pkgrel=2
+pkgver=4.4.0
+pkgrel=1
pkgdesc="Python bindings for the Plex API."
arch=('any')
url="https://github.com/pkkid/python-plexapi"
@@ -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=('40ba5cf064e40ee56116774e1ff19f17fbf88b69b8a0387396d5be5c40d5edf2')
+sha256sums=('7c0326c78d062d5e530ba0c83debb52892e49f0c990e3c5256f3075358d68ad2')
package() {
cd "$_name-$pkgver"