summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2018-03-05 15:00:33 +0100
committerD. Can Celasun2018-03-05 15:00:33 +0100
commit13f1c1efe51960ad88e142c0d89da373151955a4 (patch)
tree0d453764ebf8e6ad14612c1f06e0f0ae5bc9486f
parentd6f62cae8cc703623462bee4e412b03d066ca9d4 (diff)
downloadaur-13f1c1efe51960ad88e142c0d89da373151955a4.tar.gz
Update to 2.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64fb9488a3f1..f81f4640e59b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Jan 29 08:52:28 UTC 2018
+# Mon Mar 5 14:00:13 UTC 2018
pkgbase = kepubify-bin
pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool.
- pkgver = 1.3.7
+ pkgver = 2.0.0
pkgrel = 1
url = https://geek1011.github.io/kepubify
arch = x86_64
license = MIT
- source_x86_64 = https://github.com/geek1011/kepubify/releases/download/v1.3.7/kepubify-linux-64bit
- md5sums_x86_64 = 791bb2f3867dc0c2c18298a9dd8cb3fb
+ source_x86_64 = https://github.com/geek1011/kepubify/releases/download/v2.0.0/kepubify-linux-64bit
+ md5sums_x86_64 = 322037738c7e502d0da6fb0b15557fc0
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2188ef491a50..95f8b9d8fb55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=1.3.7
+pkgver=2.0.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=(https://github.com/geek1011/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-64bit)
-md5sums_x86_64=('791bb2f3867dc0c2c18298a9dd8cb3fb')
+md5sums_x86_64=('322037738c7e502d0da6fb0b15557fc0')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-linux-64bit" "${pkgdir}"/usr/bin/${_pkgname}