Version 1.4.3

This commit is contained in:
Stelios Tsampas 2022-05-26 19:05:16 +03:00
parent 6f9728f6e2
commit f6cb4b37e9
2 changed files with 9 additions and 6 deletions

View File

@ -1,7 +1,7 @@
pkgbase = comictagger
pkgdesc = Application for writing metadata to digital comics, written in Python and PyQt
pkgver = 1.3.2.alpha.4
pkgrel = 2
pkgver = 1.4.3
pkgrel = 1
url = https://github.com/comictagger/comictagger
arch = any
license = Apache
@ -19,9 +19,10 @@ pkgbase = comictagger
depends = python-py7zr
depends = python-unrar-cffi
depends = python-pyqt5
depends = python-pathvalidate
depends = python-pybcj
depends = python-brotli
source = git+https://github.com/comictagger/comictagger.git#tag=1.3.2-alpha.4
source = git+https://github.com/comictagger/comictagger.git#tag=1.4.3
sha256sums = SKIP
pkgname = comictagger

View File

@ -1,8 +1,8 @@
# Maintainer: loathingkernel <loathingkernel _a_ gmail _d_ com>
pkgname=comictagger
pkgver=1.3.2.alpha.4
pkgrel=2
pkgver=1.4.3
pkgrel=1
pkgdesc='Application for writing metadata to digital comics, written in Python and PyQt'
arch=(any)
url='https://github.com/comictagger/comictagger'
@ -16,6 +16,8 @@ depends=(python
python-py7zr
python-unrar-cffi
python-pyqt5
python-pathvalidate
# Deps of py7zr
python-pybcj
python-brotli
)
@ -23,7 +25,7 @@ makedepends=(python-{build,installer}
python-setuptools-scm
python-wheel)
makedepends+=(git)
_tag=1.3.2-alpha.4
_tag=1.4.3
source=(git+https://github.com/comictagger/comictagger.git#tag=$_tag)
sha256sums=('SKIP')