summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2016-11-22 15:39:16 +0100
committerThomas Jost2016-11-22 15:39:16 +0100
commit935305952bc20cc2b999412d58b93d3fc50b63c7 (patch)
tree50030087ec6afd0113ef65aceec37ccaea5af8a6
parent037e088d39ebedf741e53fbdbf748b709abdc99e (diff)
downloadaur-935305952bc20cc2b999412d58b93d3fc50b63c7.tar.gz
Bumped to 5.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15a2f3d86665..7d7b7d6f1e40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Sep 19 08:00:50 UTC 2016
+# Tue Nov 22 14:39:00 UTC 2016
pkgbase = kcc
pkgdesc = Kindle Comic Converter converts comic files or folders to ePub or Panel View MOBI
- pkgver = 5.1.3
+ pkgver = 5.2
pkgrel = 1
url = https://github.com/ciromattia/kcc
arch = any
@@ -11,15 +11,15 @@ pkgbase = kcc
depends = python>=3.5
depends = python-pillow>=3.2.0
depends = python-psutil>=4.1.0
- depends = python-pyqt5
+ depends = python-pyqt5>=5.6.0
depends = python-raven>=5.13.0
depends = python-slugify>=1.2.0
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.3.tar.gz
- md5sums = dce25170dfb62e8376a87bc92df448f4
- sha256sums = f7de8eb2e34891fd034faef6b8aeba01652ea312a9de2677ac93d359ad8f4be1
+ source = https://github.com/ciromattia/kcc/archive/5.2.tar.gz
+ md5sums = a2c03d0861503ebb4197dc8cc72b5bf5
+ sha256sums = 2636ad99a7decd0dff744ee24509c4c0bf18601e177c660064bc35dd3b511ff8
pkgname = kcc
diff --git a/PKGBUILD b/PKGBUILD
index c21be5c5593b..abdd8ecf761e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=kcc
-pkgver=5.1.3
+pkgver=5.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>=4.1.0' '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>=5.6.0' 'python-raven>=5.13.0' 'python-slugify>=1.2.0')
makedepends=('zip')
optdepends=(
'kindlegen>=2.9: for .mobi generation'
@@ -14,8 +14,8 @@ optdepends=(
'p7zip: for 7z/CB7 support'
)
source=(https://github.com/ciromattia/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('dce25170dfb62e8376a87bc92df448f4')
-sha256sums=('f7de8eb2e34891fd034faef6b8aeba01652ea312a9de2677ac93d359ad8f4be1')
+md5sums=('a2c03d0861503ebb4197dc8cc72b5bf5')
+sha256sums=('2636ad99a7decd0dff744ee24509c4c0bf18601e177c660064bc35dd3b511ff8')
build() {
cd "$srcdir/$pkgname-$pkgver"