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 f6ed97af4ec3..2501c2f9ec95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Aug 26 09:19:16 UTC 2018
+# Mon Sep 24 07:20:56 UTC 2018
pkgbase = kepubify-bin
pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool.
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://geek1011.github.io/kepubify
arch = x86_64
license = MIT
- source_x86_64 = kepubify-2.2.0::https://github.com/geek1011/kepubify/releases/download/v2.2.0/kepubify-linux-64bit
- md5sums_x86_64 = 3360a77cd40c8ffa80ded93d87bc3d4e
+ source_x86_64 = kepubify-2.3.0::https://github.com/geek1011/kepubify/releases/download/v2.3.0/kepubify-linux-64bit
+ md5sums_x86_64 = f8cc884b0c82ce1bb8565b983f2b2db2
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index dea200a492cd..4200b77317eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=2.2.0
+pkgver=2.3.0
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=('3360a77cd40c8ffa80ded93d87bc3d4e')
+md5sums_x86_64=('f8cc884b0c82ce1bb8565b983f2b2db2')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}