summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2016-05-01 11:53:10 +0200
committerThomas Jost2016-05-01 11:53:10 +0200
commite5d9d004ad5a00a96c4e6e385afe61f662864976 (patch)
treecc97ee7b10559b05ad468f833e710899803803b3
parent8ba37ab45fd88d296793a663beae780463efb372 (diff)
downloadaur-e5d9d004ad5a00a96c4e6e385afe61f662864976.tar.gz
Bumped to 5.1.1
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD8
2 files changed, 15 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af05ff0547a7..4d487aed31bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,25 @@
+# Generated by mksrcinfo v8
+# Sun May 1 09:52:46 UTC 2016
pkgbase = kcc
pkgdesc = Kindle Comic Converter converts comic files or folders to ePub or Panel View MOBI
- pkgver = 4.6.5
- pkgrel = 2
+ pkgver = 5.1.1
+ pkgrel = 1
url = https://github.com/ciromattia/kcc
arch = any
license = ISC
makedepends = zip
depends = python>=3.5
- depends = python-pillow>=2.8.2
- depends = python-psutil>=3.0.0
+ depends = python-pillow>=3.2.0
+ depends = python-psutil>=3.2.2
depends = python-pyqt5
- depends = python-slugify>=1.1.3
+ depends = python-raven>=5.13.0
+ depends = python-slugify>=1.2.0
optdepends = kindlegen: for .mobi generation
optdepends = unrar: for CBR/RAR support
optdepends = p7zip: for 7z/CB7 support
- source = https://github.com/ciromattia/kcc/archive/4.6.5.tar.gz
- md5sums = 3b36a96b7d0ba68d8e0ae8fd2cea95e8
- sha256sums = 90d149f7eed697587a137eed08d2bd7a4b95eeaf1b97bdcd784522aca4f86d93
+ source = https://github.com/ciromattia/kcc/archive/5.1.1.tar.gz
+ md5sums = 82eb1edfcf623994e31d3042ec0f8440
+ sha256sums = 3f1f24202f7fac353d292c83009eabed46ae3fc4f61b045d3937a6de81c9d2a3
pkgname = kcc
diff --git a/PKGBUILD b/PKGBUILD
index 8090aa72e662..12cdc96aaef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=kcc
-pkgver=5.0.1
+pkgver=5.1.1
pkgrel=1
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.5' 'python-pillow>=3.0.0' 'python-psutil>=3.2.2' 'python-pyqt5' 'python-slugify>=1.1.4')
+depends=('python>=3.5' 'python-pillow>=3.2.0' 'python-psutil>=3.2.2' 'python-pyqt5' 'python-raven>=5.13.0' 'python-slugify>=1.2.0')
makedepends=('zip')
optdepends=(
'kindlegen: for .mobi generation'
@@ -14,8 +14,8 @@ optdepends=(
'p7zip: for 7z/CB7 support'
)
source=(https://github.com/ciromattia/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('4c46e6dda028b86a700767d1d9ab9008')
-sha256sums=('9a80556e2c4482397896945e5ae262700ad6b0a5c07b3657293a42bf08dcc5ef')
+md5sums=('82eb1edfcf623994e31d3042ec0f8440')
+sha256sums=('3f1f24202f7fac353d292c83009eabed46ae3fc4f61b045d3937a6de81c9d2a3')
build() {
cd "$srcdir/$pkgname-$pkgver"