summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2018-04-10 09:29:30 +0200
committerD. Can Celasun2018-04-10 09:29:30 +0200
commit52367a1e464f23f6cbf445cda0b475c16b2193e5 (patch)
tree4c97bbb3901434e04a778d4e0df34295ee9cac7e
parent655377a6d1ca6e596bf4c135158fd79db4f2a377 (diff)
downloadaur-52367a1e464f23f6cbf445cda0b475c16b2193e5.tar.gz
[kepubify-bin] Update to 2.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd878889a332..d37b73c35893 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Mar 7 06:14:09 UTC 2018
+# Tue Apr 10 07:29:15 UTC 2018
pkgbase = kepubify-bin
pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool.
- pkgver = 2.1.0
+ pkgver = 2.1.2
pkgrel = 1
url = https://geek1011.github.io/kepubify
arch = x86_64
license = MIT
- source_x86_64 = kepubify-2.1.0::https://github.com/geek1011/kepubify/releases/download/v2.1.0/kepubify-linux-64bit
- md5sums_x86_64 = dc221c4d431871e5291d063eae38eee8
+ source_x86_64 = kepubify-2.1.2::https://github.com/geek1011/kepubify/releases/download/v2.1.2/kepubify-linux-64bit
+ md5sums_x86_64 = 352814c034aa0b4df3ae0b123829fe5f
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9aa2ad64d800..ce3449853e98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=2.1.0
+pkgver=2.1.2
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=('dc221c4d431871e5291d063eae38eee8')
+md5sums_x86_64=('352814c034aa0b4df3ae0b123829fe5f')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}