summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fc7200edfb6..d1d3c64b5dc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Thu May 3 07:35:07 UTC 2018
+# Thu May 24 21:28:03 UTC 2018
pkgbase = kepubify-bin
pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool.
- pkgver = 2.1.3
+ pkgver = 2.1.4
pkgrel = 1
url = https://geek1011.github.io/kepubify
arch = x86_64
license = MIT
- source_x86_64 = kepubify-2.1.3::https://github.com/geek1011/kepubify/releases/download/v2.1.3/kepubify-linux-64bit
- md5sums_x86_64 = 730c986f46371972bd92fee94a6c9af5
+ source_x86_64 = kepubify-2.1.4::https://github.com/geek1011/kepubify/releases/download/v2.1.4/kepubify-linux-64bit
+ md5sums_x86_64 = 399978e55220c4b1819dd81f5a54570e
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0203e6975650..5df5107175d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=2.1.3
+pkgver=2.1.4
pkgrel=1
pkgdesc="Convert your ePubs into kepubs, with a easy-to-use command-line tool."
arch=('x86_64')
url="https://geek1011.github.io/kepubify"
license=('MIT')
source_x86_64=(${_pkgname}-${pkgver}::https://github.com/geek1011/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-64bit)
-md5sums_x86_64=('730c986f46371972bd92fee94a6c9af5')
+md5sums_x86_64=('399978e55220c4b1819dd81f5a54570e')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}