summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2018-11-16 07:13:56 +0100
committerD. Can Celasun2018-11-16 07:13:56 +0100
commit0db80cb355aeeebdf26b2f852fbee65ff52d7206 (patch)
tree383f5f0db100ce0bf3f1b0fb876606df5eaf3ea8
parent19403b3aa7da35b21de6a2941950b45fa5acb9d1 (diff)
downloadaur-0db80cb355aeeebdf26b2f852fbee65ff52d7206.tar.gz
[kepubify-bin] Update to 2.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2501c2f9ec95..9105eb4cbe76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Sep 24 07:20:56 UTC 2018
+# Fri Nov 16 06:13:40 UTC 2018
pkgbase = kepubify-bin
pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool.
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://geek1011.github.io/kepubify
arch = x86_64
license = MIT
- source_x86_64 = kepubify-2.3.0::https://github.com/geek1011/kepubify/releases/download/v2.3.0/kepubify-linux-64bit
- md5sums_x86_64 = f8cc884b0c82ce1bb8565b983f2b2db2
+ source_x86_64 = kepubify-2.3.1::https://github.com/geek1011/kepubify/releases/download/v2.3.1/kepubify-linux-64bit
+ md5sums_x86_64 = af97e27dbcb7342284d25dbec95b15de
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4200b77317eb..97fd699d3589 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=2.3.0
+pkgver=2.3.1
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=('f8cc884b0c82ce1bb8565b983f2b2db2')
+md5sums_x86_64=('af97e27dbcb7342284d25dbec95b15de')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}