upgpkg: python-audible-cli-0.3.3-2: Rebuild for Python 3.14

This commit is contained in:
Christian Schendel 2026-01-11 08:14:38 +01:00
parent e812cf2f37
commit ae49b8520c
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
3 changed files with 1 additions and 30 deletions

View file

@ -1,28 +0,0 @@
pkgbase = python-audible-cli
pkgdesc = A command line interface for audible package. With the cli you can download your Audible books, cover, chapter files.
pkgver = 0.3.3
pkgrel = 1
url = https://github.com/mkb79/audible-cli
arch = any
license = AGPL-3.0-only
makedepends = git
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-aiofiles
depends = python-audible
depends = python-click
depends = python-httpx
depends = python-packaging
depends = python-pillow
depends = python-questionary
depends = python-tabulate
depends = python-toml
depends = python-tqdm
source = python-audible-cli-0.3.3::git+https://github.com/mkb79/audible-cli.git#tag=v0.3.3
b2sums = 1ce7efaefa7a62fb6520406e7f19941ca278d9edec41dc8aad2a86f54adf540696c2dfa803897515bb6f2563281d1100febc9b5c7c49b22daffe8e51d9b1ac2a
pkgname = python-audible-cli

1
.gitignore vendored
View file

@ -4,7 +4,6 @@
# But not these files...
!.gitignore
!PKGBUILD
!.SRCINFO
!LICENSE
!chroot-build
!.nvchecker.toml

View file

@ -5,7 +5,7 @@
pkgname=python-audible-cli
#_name=${pkgname#python-}
pkgver=0.3.3
pkgrel=1
pkgrel=2
pkgdesc='A command line interface for audible package. With the cli you can download your Audible books, cover, chapter files.'
arch=(any)
url="https://github.com/mkb79/audible-cli"