Compare commits

..

2 Commits

Author SHA1 Message Date
f2e8efa4be Add gitignore 2022-12-28 13:59:08 +01:00
aab3de6242 Update to 1.5.5 2022-12-28 13:59:03 +01:00
2 changed files with 9 additions and 3 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.zst
/comictagger/
/pkg/
/src/

View File

@ -1,13 +1,14 @@
# Maintainer: loathingkernel <loathingkernel _a_ gmail _d_ com>
pkgname=comictagger
pkgver=1.4.8
pkgver=1.5.5
pkgrel=1
pkgdesc='Application for writing metadata to digital comics, written in Python and PyQt'
arch=(any)
url='https://github.com/comictagger/comictagger'
license=(Apache)
depends=(python
python-appdirs
python-beautifulsoup4
python-importlib-metadata
python-natsort
@ -15,9 +16,10 @@ depends=(python
python-pillow
python-py7zr
python-pycountry
python-pyicu
python-rapidfuzz
python-requests
python-text2digits
python-thefuzz
python-typing_extensions
python-wordninja
python-unrar-cffi
@ -27,7 +29,7 @@ makedepends=(python-{build,installer}
python-setuptools-scm
python-wheel)
makedepends+=(git)
_tag=1.4.8
_tag=1.5.5
source=(git+https://github.com/comictagger/comictagger.git#tag=$_tag)
sha256sums=('SKIP')