diff --git a/.SRCINFO b/.SRCINFO deleted file mode 100755 index 6c9e92e..0000000 --- a/.SRCINFO +++ /dev/null @@ -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 diff --git a/.gitignore b/.gitignore index eb708b8..b2dbcb3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ # But not these files... !.gitignore !PKGBUILD -!.SRCINFO !LICENSE !chroot-build !.nvchecker.toml diff --git a/PKGBUILD b/PKGBUILD index 0e154f0..f583991 100755 --- a/PKGBUILD +++ b/PKGBUILD @@ -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"