summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2016-05-12 10:58:48 +0200
committerThomas Jost2016-05-12 10:58:48 +0200
commitc9e095c4038940fd3a13b7fc9544a49aa3cf1e31 (patch)
treecfe8a359c3c6e7a79988352f8dc2cba10c91bae2
parente5d9d004ad5a00a96c4e6e385afe61f662864976 (diff)
downloadaur-c9e095c4038940fd3a13b7fc9544a49aa3cf1e31.tar.gz
Bumped to 5.1.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d487aed31bd..2d29eb51b65c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 1 09:52:46 UTC 2016
+# Thu May 12 08:58:33 UTC 2016
pkgbase = kcc
pkgdesc = Kindle Comic Converter converts comic files or folders to ePub or Panel View MOBI
- pkgver = 5.1.1
+ pkgver = 5.1.2
pkgrel = 1
url = https://github.com/ciromattia/kcc
arch = any
@@ -10,16 +10,16 @@ pkgbase = kcc
makedepends = zip
depends = python>=3.5
depends = python-pillow>=3.2.0
- depends = python-psutil>=3.2.2
+ depends = python-psutil>=4.1.0
depends = python-pyqt5
depends = python-raven>=5.13.0
depends = python-slugify>=1.2.0
- optdepends = kindlegen: for .mobi generation
+ optdepends = kindlegen>=2.9: for .mobi generation
optdepends = unrar: for CBR/RAR support
optdepends = p7zip: for 7z/CB7 support
- source = https://github.com/ciromattia/kcc/archive/5.1.1.tar.gz
- md5sums = 82eb1edfcf623994e31d3042ec0f8440
- sha256sums = 3f1f24202f7fac353d292c83009eabed46ae3fc4f61b045d3937a6de81c9d2a3
+ source = https://github.com/ciromattia/kcc/archive/5.1.2.tar.gz
+ md5sums = 6bfed64a48b5f08c2a8a235556e0fa1e
+ sha256sums = 191d35dd65fc48637361474c5000bff8ecc0fe8ea757932a47a278700d3de0b8
pkgname = kcc
diff --git a/PKGBUILD b/PKGBUILD
index 12cdc96aaef1..d0a642883ec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=kcc
-pkgver=5.1.1
+pkgver=5.1.2
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.2.0' 'python-psutil>=3.2.2' 'python-pyqt5' 'python-raven>=5.13.0' 'python-slugify>=1.2.0')
+depends=('python>=3.5' 'python-pillow>=3.2.0' 'python-psutil>=4.1.0' 'python-pyqt5' 'python-raven>=5.13.0' 'python-slugify>=1.2.0')
makedepends=('zip')
optdepends=(
- 'kindlegen: for .mobi generation'
+ 'kindlegen>=2.9: for .mobi generation'
'unrar: for CBR/RAR support'
'p7zip: for 7z/CB7 support'
)
source=(https://github.com/ciromattia/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('82eb1edfcf623994e31d3042ec0f8440')
-sha256sums=('3f1f24202f7fac353d292c83009eabed46ae3fc4f61b045d3937a6de81c9d2a3')
+md5sums=('6bfed64a48b5f08c2a8a235556e0fa1e')
+sha256sums=('191d35dd65fc48637361474c5000bff8ecc0fe8ea757932a47a278700d3de0b8')
build() {
cd "$srcdir/$pkgname-$pkgver"