summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7867d11de610..eea5b891c67f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: loathingkernel <loathingkernel _a_ gmail _d_ com>
pkgname=comictagger
-pkgver=1.4.3
+pkgver=1.4.8
pkgrel=1
pkgdesc='Application for writing metadata to digital comics, written in Python and PyQt'
arch=(any)
@@ -9,23 +9,24 @@ url='https://github.com/comictagger/comictagger'
license=(Apache)
depends=(python
python-beautifulsoup4
+ python-importlib-metadata
python-natsort
+ python-pathvalidate
python-pillow
- python-requests
- python-pycountry
python-py7zr
+ python-pycountry
+ python-requests
+ python-text2digits
+ python-thefuzz
+ python-typing_extensions
python-unrar-cffi
python-pyqt5
- python-pathvalidate
- # Deps of py7zr
- python-pybcj
- python-brotli
)
makedepends=(python-{build,installer}
python-setuptools-scm
python-wheel)
makedepends+=(git)
-_tag=1.4.3
+_tag=1.4.8
source=(git+https://github.com/comictagger/comictagger.git#tag=$_tag)
sha256sums=('SKIP')