diff options
author | Thomas Jost | 2023-01-31 14:19:42 +0100 |
---|---|---|
committer | Thomas Jost | 2023-01-31 14:19:42 +0100 |
commit | 0eb582c45ba5ad3a9d0fcec6eb57c680f073cd39 (patch) | |
tree | bc051aabb60bb87ccc97ef5a39b31d33cb2d9dc5 /PKGBUILD | |
parent | 110f07868f3cc20890f8515694cd1e47b858f536 (diff) | |
download | aur-0eb582c45ba5ad3a9d0fcec6eb57c680f073cd39.tar.gz |
Relax python-slugify dependency
The README states that it should be <8, but it works just fine with v8.0.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ # Maintainer: Thomas Jost <schnouki@schnouki.net> pkgname=kcc pkgver=5.6.1 -pkgrel=1 +pkgrel=2 pkgdesc="Kindle Comic Converter converts comic files or folders to ePub or Panel View MOBI" arch=(any) url="https://github.com/ciromattia/kcc" license=('ISC') -depends=('python>=3.10' 'python-mozjpeg-lossless-optimization' 'python-pillow>=9.0.0' 'python-psutil>=5.0.0' 'python-pyqt5>=5.6.0' 'python-raven>=6.0.0' 'python-slugify<8.0.0') +depends=('python>=3.10' 'python-mozjpeg-lossless-optimization' 'python-pillow>=9.0.0' 'python-psutil>=5.0.0' 'python-pyqt5>=5.6.0' 'python-raven>=6.0.0' 'python-slugify') optdepends=( 'kindlegen>=2.9: for .mobi generation' 'p7zip: for zip/CBZ, rar/CBZ, 7z/CB7 support' |