summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2023-08-18 09:46:01 +0200
committerThomas Jost2023-08-18 09:46:01 +0200
commitbae9d01e7342357fdf62c8e9129eec8ded5fc1ec (patch)
treef7dfc7c00b74bf38d81e35cc836b2dba7799ee46
parentc608e740eaa4a0d59a01fcf06efb92bf8f4bedce (diff)
downloadaur-bae9d01e7342357fdf62c8e9129eec8ded5fc1ec.tar.gz
Add python-distro to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf01a2f9e98a..29ad7c6192d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = kcc
pkgdesc = Kindle Comic Converter converts comic files or folders to ePub or Panel View MOBI
pkgver = 5.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ciromattia/kcc
arch = any
license = ISC
makedepends = python-setuptools
depends = python>=3.10
+ depends = python-distro
depends = python-mozjpeg-lossless-optimization
depends = python-pillow>=9.0.0
depends = python-psutil>=5.0.0
diff --git a/PKGBUILD b/PKGBUILD
index 2a4383273980..9a227028dc4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=kcc
pkgver=5.6.2
-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')
+depends=('python>=3.10' 'python-distro' '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'