summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'