summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2022-01-31 12:24:39 +0100
committerThomas Jost2022-01-31 12:24:39 +0100
commit58d177d31ef4b127300135d1146dc708c7cffbbd (patch)
treebc455ae03271dcef627fbb57092262ecfb19da21
parente8a79a772fc9540fee9278f020fe078075da3d3e (diff)
downloadaur-58d177d31ef4b127300135d1146dc708c7cffbbd.tar.gz
fix patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--kcc-py310.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32c2577fcf54..662bbe536045 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kcc
pkgdesc = Kindle Comic Converter converts comic files or folders to ePub or Panel View MOBI
pkgver = 5.5.2
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/ciromattia/kcc
arch = any
license = ISC
diff --git a/PKGBUILD b/PKGBUILD
index e33972c9551f..8827d62037da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=kcc
pkgver=5.5.2
-pkgrel=4
+pkgrel=5
pkgdesc="Kindle Comic Converter converts comic files or folders to ePub or Panel View MOBI"
arch=(any)
url="https://github.com/ciromattia/kcc"
diff --git a/kcc-py310.patch b/kcc-py310.patch
index 4f4c1799ebcb..84ff2c3fc908 100644
--- a/kcc-py310.patch
+++ b/kcc-py310.patch
@@ -1,6 +1,6 @@
--- kindlecomicconverter/image.py 2022-01-24 22:43:36.220691413 +0100
+++ ../kcc-5.5.2-orig/kindlecomicconverter/image.py 2019-10-21 17:27:38.000000000 +0200
-@@ -255,4 +255,4 @@
+@@ -255,7 +255,7 @@
if gamma == 1.0:
self.image = ImageOps.autocontrast(self.image)
else: