Martin Rys pushed to branch main at Arch Linux / Packaging / Packages /
python-plexapi
Commits:
0b40c751 by Martin Rys at 2026-02-08T07:06:23+01:00
upgpkg: 4.18.0-1: Bump to 4.18.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-plexapi
pkgdesc = Python bindings for the Plex API
- pkgver = 4.17.2
- pkgrel = 4
+ pkgver = 4.18.0
+ pkgrel = 1
url = https://github.com/pkkid/python-plexapi
arch = any
license = BSD-3-Clause
@@ -11,7 +11,7 @@ pkgbase = python-plexapi
depends = python-requests
depends = python-tqdm
depends = python-websocket-client
- source =
python-plexapi-4.17.2.tar.gz::https://github.com/pkkid/python-plexapi/archive/refs/tags/4.17.2.tar.gz
- sha256sums =
4aeca2241987368ab8e17b6b345af3929a00bb7b107456bc5690ec505b2a4346
+ source =
python-plexapi-4.18.0.tar.gz::https://github.com/pkkid/python-plexapi/archive/refs/tags/4.18.0.tar.gz
+ sha256sums =
df19b29beecf5da23402c94b3101ec54be50df926c008322c83271ff2e901358
pkgname = python-plexapi
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
pkgname=python-plexapi
_pkgname=plexapi
-pkgver=4.17.2
-pkgrel=4
+pkgver=4.18.0
+pkgrel=1
pkgdesc="Python bindings for the Plex API"
arch=('any')
url="https://github.com/pkkid/python-plexapi"
@@ -22,7 +22,7 @@ makedepends=(
'python-setuptools'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pkkid/python-plexapi/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('4aeca2241987368ab8e17b6b345af3929a00bb7b107456bc5690ec505b2a4346')
+sha256sums=('df19b29beecf5da23402c94b3101ec54be50df926c008322c83271ff2e901358')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-plexapi/-/commit/0b40c7511c8a1a725f002df92daa8964c69f139c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-plexapi/-/commit/0b40c7511c8a1a725f002df92daa8964c69f139c
You're receiving this email because of your account on gitlab.archlinux.org.