summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2015-09-22 09:34:34 +0200
committerThomas Jost2015-09-22 09:34:34 +0200
commitad8e259df65291832212381eedc35211bbedc6eb (patch)
tree78b7870bc5aa807220aa4260e8e0edbac353769d
parent47726bf425c960898e401233fe89ae951c123b92 (diff)
downloadaur-ad8e259df65291832212381eedc35211bbedc6eb.tar.gz
Bumped to 4.6.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcdc7d27bb47..97154a323610 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kcc
pkgdesc = Kindle Comic Converter converts comic files or folders to ePub or Panel View MOBI
- pkgver = 4.6.3
+ pkgver = 4.6.5
pkgrel = 1
url = https://github.com/ciromattia/kcc
arch = any
@@ -10,14 +10,14 @@ pkgbase = kcc
depends = python-pillow>=2.8.2
depends = python-psutil>=3.0.0
depends = python-pyqt5
- depends = python-slugify>=1.1.2
+ depends = python-slugify>=1.1.3
depends = python-scandir>=1.1
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.3.tar.gz
- md5sums = 0f633b631dcc1bd9e2fe34650ea7063b
- sha256sums = 6cd224eefcce6b873c234118e8ebc82e8cf02173ac68caeafec2205610ec1aab
+ source = https://github.com/ciromattia/kcc/archive/4.6.5.tar.gz
+ md5sums = 3b36a96b7d0ba68d8e0ae8fd2cea95e8
+ sha256sums = 90d149f7eed697587a137eed08d2bd7a4b95eeaf1b97bdcd784522aca4f86d93
pkgname = kcc
diff --git a/PKGBUILD b/PKGBUILD
index e1a6d28c83df..290777d94c4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=kcc
-pkgver=4.6.3
+pkgver=4.6.5
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' 'python-pillow>=2.8.2' 'python-psutil>=3.0.0' 'python-pyqt5' 'python-slugify>=1.1.2' 'python-scandir>=1.1')
+depends=('python' 'python-pillow>=2.8.2' 'python-psutil>=3.0.0' 'python-pyqt5' 'python-slugify>=1.1.3' 'python-scandir>=1.1')
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=('0f633b631dcc1bd9e2fe34650ea7063b')
-sha256sums=('6cd224eefcce6b873c234118e8ebc82e8cf02173ac68caeafec2205610ec1aab')
+md5sums=('3b36a96b7d0ba68d8e0ae8fd2cea95e8')
+sha256sums=('90d149f7eed697587a137eed08d2bd7a4b95eeaf1b97bdcd784522aca4f86d93')
build() {
cd "$srcdir/$pkgname-$pkgver"