summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e0dbd2f318e..2e552866c76f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.15.10
+ pkgver = 4.15.12
pkgrel = 1
url = https://github.com/pkkid/python-plexapi
arch = any
@@ -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.15.10.tar.gz
- sha256sums = 5af051b3e3967bb25d66ee492a7620e2ec28824df4efd647fecc1fadad009a67
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.15.12.tar.gz
+ sha256sums = 9c254492a46ccefea6efc5ca2132d60c66de10fb3007c45d06a5fb6ee525f5f1
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 7f736b52f945..e38fad8c116b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-plexapi
_name="PlexAPI"
-pkgver=4.15.10
+pkgver=4.15.12
pkgrel=1
pkgdesc="Python bindings for the Plex API."
arch=('any')
@@ -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=('5af051b3e3967bb25d66ee492a7620e2ec28824df4efd647fecc1fadad009a67')
+sha256sums=('9c254492a46ccefea6efc5ca2132d60c66de10fb3007c45d06a5fb6ee525f5f1')
build() {
cd "$_name-$pkgver"