Skip to content

Commit

Permalink
upgpkg: python-plexapi 4.15.7-1
Browse files Browse the repository at this point in the history
upstream release
  • Loading branch information
mutantmonkey committed Dec 29, 2023
1 parent 5ed23f0 commit a3d3958
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions python-plexapi/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API.
pkgver = 4.15.6
pkgver = 4.15.7
pkgrel = 1
url = https://github.com/pkkid/python-plexapi
arch = any
Expand All @@ -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.6.tar.gz
sha256sums = ab6b6b5c392872caefc43e5bdfe32418c451723f649add7d69637a9eeaad7afe
source = https://files.pythonhosted.org/packages/source/P/PlexAPI/PlexAPI-4.15.7.tar.gz
sha256sums = 0d3d633e930e15a8d455313864485a7d4e3e25f7205d41805309582fad9a56e9

pkgname = python-plexapi
4 changes: 2 additions & 2 deletions python-plexapi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgname=python-plexapi
_name="PlexAPI"
pkgver=4.15.6
pkgver=4.15.7
pkgrel=1
pkgdesc="Python bindings for the Plex API."
arch=('any')
Expand All @@ -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=('ab6b6b5c392872caefc43e5bdfe32418c451723f649add7d69637a9eeaad7afe')
sha256sums=('0d3d633e930e15a8d455313864485a7d4e3e25f7205d41805309582fad9a56e9')

build() {
cd "$_name-$pkgver"
Expand Down

0 comments on commit a3d3958

Please sign in to comment.