summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-12-04 18:41:10 -0800
committermutantmonkey2020-12-04 18:41:10 -0800
commit73229622adf6a2ef5b2ce5af2b0f1e3052efb5d1 (patch)
treec708d1e13b389f759230bac742b867c30774599b
parentc5185b2016d67ca88feb074225d9fa3a9e20bdbe (diff)
downloadaur-73229622adf6a2ef5b2ce5af2b0f1e3052efb5d1.tar.gz
upgpkg: python-plexapi 4.2.0-2
Bump pkgrel to rebuild for Python 3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b8954e0f2ea..8370cd2a6923 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
pkgver = 4.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pkkid/python-plexapi
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index cc7bf71425b9..3dd3f74fd626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=python-plexapi
_name="PlexAPI"
source=("$pkgname-$pkgver.tar.gz::https://github.com/pkkid/python-plexapi/archive/$pkgver.tar.gz")
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for the Plex API."
arch=('any')
url="https://github.com/pkkid/python-plexapi"