summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2023-01-31 14:19:42 +0100
committerThomas Jost2023-01-31 14:19:42 +0100
commit0eb582c45ba5ad3a9d0fcec6eb57c680f073cd39 (patch)
treebc051aabb60bb87ccc97ef5a39b31d33cb2d9dc5
parent110f07868f3cc20890f8515694cd1e47b858f536 (diff)
downloadaur-0eb582c45ba5ad3a9d0fcec6eb57c680f073cd39.tar.gz
Relax python-slugify dependency
The README states that it should be <8, but it works just fine with v8.0.0.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23b0f1b29b44..f3f5185f4cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kcc
pkgdesc = Kindle Comic Converter converts comic files or folders to ePub or Panel View MOBI
pkgver = 5.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ciromattia/kcc
arch = any
license = ISC
@@ -12,7 +12,7 @@ pkgbase = kcc
depends = python-psutil>=5.0.0
depends = python-pyqt5>=5.6.0
depends = python-raven>=6.0.0
- depends = python-slugify<8.0.0
+ depends = python-slugify
optdepends = kindlegen>=2.9: for .mobi generation
optdepends = p7zip: for zip/CBZ, rar/CBZ, 7z/CB7 support
source = kindlecomicconverter.desktop
diff --git a/PKGBUILD b/PKGBUILD
index cc7b5be09313..6599d30772e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'