summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1c4517d1f4f..8415d2202850 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = kindlegen
pkgdesc = cli tool to build eBooks that can be used on Amazon’s Kindle platform (binary)
pkgver = 2.9
- pkgrel = 6
+ pkgrel = 7
url = https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000765211
- arch = i686
arch = x86_64
+ arch = i686
license = custom
source = https://archive.org/download/kindlegen2.9/kindlegen_linux_2.6_i386_v2_9.tar.gz
md5sums = 21aef3c8846946203e178c83a37beba1
diff --git a/PKGBUILD b/PKGBUILD
index 57535a5d9bef..3e10493c2345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
pkgname=kindlegen
pkgver=2.9
-pkgrel=6
+pkgrel=7
pkgdesc='cli tool to build eBooks that can be used on Amazon’s Kindle platform (binary)'
-arch=(i686 x86_64)
-url="https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000765211"
+arch=(x86_64 i686)
+url='https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000765211'
license=(custom)
source=("https://archive.org/download/$pkgname$pkgver/${pkgname}_linux_2.6_i386_v${pkgver/./_}.tar.gz")
md5sums=('21aef3c8846946203e178c83a37beba1')