upgpkg: python-audible-0.10.0-2: satisfy namcap

This commit is contained in:
Christian Schendel 2025-09-08 22:36:39 +02:00
parent d79532f471
commit 0db581d0d5
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = python-audible pkgbase = python-audible
pkgdesc = A(Sync) Interface for internal Audible API written in pure Python. pkgdesc = A(Sync) Interface for internal Audible API written in pure Python.
pkgver = 0.10.0 pkgver = 0.10.0
pkgrel = 1 pkgrel = 2
url = https://github.com/mkb79/audible url = https://github.com/mkb79/audible
arch = any arch = any
license = AGPL-3.0-only license = AGPL-3.0-only
@ -12,6 +12,7 @@ pkgbase = python-audible
makedepends = python-wheel makedepends = python-wheel
depends = python depends = python
depends = python-beautifulsoup4 depends = python-beautifulsoup4
depends = python-httpcore
depends = python-httpx depends = python-httpx
depends = python-pbkdf2 depends = python-pbkdf2
depends = python-pillow depends = python-pillow

View file

@ -5,7 +5,7 @@
pkgname=python-audible pkgname=python-audible
_name=${pkgname#python-}; _name=${_name^} _name=${pkgname#python-}; _name=${_name^}
pkgver=0.10.0 pkgver=0.10.0
pkgrel=1 pkgrel=2
pkgdesc='A(Sync) Interface for internal Audible API written in pure Python.' pkgdesc='A(Sync) Interface for internal Audible API written in pure Python.'
arch=(any) arch=(any)
url="https://github.com/mkb79/audible" url="https://github.com/mkb79/audible"