summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2021-06-16 23:55:26 -0700
committermutantmonkey2021-06-16 23:55:26 -0700
commit7f54c7fcc30628a29952c80719157f95d0cc02b1 (patch)
tree84b0d1625f8b19b92bd3f59faeb8b0259ed36a5b
parentfbf5b4e1c7a9ecff3d2011cd1896bbfd3cb0d410 (diff)
downloadaur-7f54c7fcc30628a29952c80719157f95d0cc02b1.tar.gz
upgpkg: python-plexapi 4.6.1-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 1daa3baf9bc7..a8a8bbf8d556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
- pkgver = 4.6.0
+ pkgver = 4.6.1
pkgrel = 1
url = https://github.com/pkkid/python-plexapi
arch = any
@@ -8,7 +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.6.0.tar.gz
- sha256sums = a92b83384d2b6181ca290e7e4eaa6c5b748bc439bb8d1f478ca2e7b3394b7ff9
+ source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.6.1.tar.gz
+ sha256sums = efd33bb7855437fec4a0b5a648f675aee56c0d5c7ce28caa17b1b4d11ab01437
pkgname = python-plexapi
diff --git a/PKGBUILD b/PKGBUILD
index 244e07dfbfaa..cedec90a6f3b 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.6.0
+pkgver=4.6.1
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=('a92b83384d2b6181ca290e7e4eaa6c5b748bc439bb8d1f478ca2e7b3394b7ff9')
+sha256sums=('efd33bb7855437fec4a0b5a648f675aee56c0d5c7ce28caa17b1b4d11ab01437')
package() {
cd "$_name-$pkgver"