Compare commits
No commits in common. "f2e8efa4bed9855e0842a4c282e0325a927f78f6" and "e93fe6069a01a3e53134bbfaf0944758859338a2" have entirely different histories.
f2e8efa4be
...
e93fe6069a
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +0,0 @@
|
||||
*.zst
|
||||
/comictagger/
|
||||
/pkg/
|
||||
/src/
|
8
PKGBUILD
8
PKGBUILD
@ -1,14 +1,13 @@
|
||||
# Maintainer: loathingkernel <loathingkernel _a_ gmail _d_ com>
|
||||
|
||||
pkgname=comictagger
|
||||
pkgver=1.5.5
|
||||
pkgver=1.4.8
|
||||
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
|
||||
@ -16,10 +15,9 @@ 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
|
||||
@ -29,7 +27,7 @@ makedepends=(python-{build,installer}
|
||||
python-setuptools-scm
|
||||
python-wheel)
|
||||
makedepends+=(git)
|
||||
_tag=1.5.5
|
||||
_tag=1.4.8
|
||||
source=(git+https://github.com/comictagger/comictagger.git#tag=$_tag)
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user