summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2023-06-06 01:18:58 -0700
committermutantmonkey2023-06-06 01:18:58 -0700
commit642cc75ba0fde66c96763271a322264bda16fb0c (patch)
tree71c473bc56d05446a082fead04424bfbf58f9752
parente3bc47d56be3803ca1648ec4251f7fb2a8399e16 (diff)
downloadaur-642cc75ba0fde66c96763271a322264bda16fb0c.tar.gz
upgpkg: python-plexapi 4.14.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 e97a9e153b11..5c19bf456997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.13.4
- pkgrel = 2
+ pkgver = 4.14.0
+ pkgrel = 1
url = https://github.com/pkkid/python-plexapi
arch = any
license = BSD
@@ -12,7 +12,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.13.4.tar.gz
- sha256sums = b5208a76d56bd202baf50b5fa81527a6a4bac49290d309cf4ce7517a57feb4a4
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.14.0.tar.gz
+ sha256sums = fc62b16fbf80e382e9a1e69064e6a003a7d3099f90622c56e4a06e2a6e1cc4b9
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 3bdde889bfd9..055cc82605c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=python-plexapi
_name="PlexAPI"
-pkgver=4.13.4
-pkgrel=2
+pkgver=4.14.0
+pkgrel=1
pkgdesc="Python bindings for the Plex API."
arch=('any')
url="https://github.com/pkkid/python-plexapi"
@@ -13,7 +13,7 @@ license=('BSD')
depends=('python-requests' 'python-tqdm' 'python-websocket-client')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('b5208a76d56bd202baf50b5fa81527a6a4bac49290d309cf4ce7517a57feb4a4')
+sha256sums=('fc62b16fbf80e382e9a1e69064e6a003a7d3099f90622c56e4a06e2a6e1cc4b9')
build() {
cd "$_name-$pkgver"