upgpkg: python-audible-0.10.0-2: satisfy namcap
This commit is contained in:
parent
d79532f471
commit
0db581d0d5
2 changed files with 3 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue