summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2019-02-25 11:32:32 +0100
committerD. Can Celasun2019-02-25 11:32:32 +0100
commitdf0dbe63a8f058469285a4bad4a4a50561c293fc (patch)
tree8243245637822ddcc8711f1d631a933e507340cd
parent0db80cb355aeeebdf26b2f852fbee65ff52d7206 (diff)
downloadaur-df0dbe63a8f058469285a4bad4a4a50561c293fc.tar.gz
[kepubify-bin] Update to 2.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9105eb4cbe76..6f9cceab6d32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Nov 16 06:13:40 UTC 2018
+# Mon Feb 25 10:32:22 UTC 2019
pkgbase = kepubify-bin
pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool.
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = https://geek1011.github.io/kepubify
arch = x86_64
license = MIT
- source_x86_64 = kepubify-2.3.1::https://github.com/geek1011/kepubify/releases/download/v2.3.1/kepubify-linux-64bit
- md5sums_x86_64 = af97e27dbcb7342284d25dbec95b15de
+ source_x86_64 = kepubify-2.3.2::https://github.com/geek1011/kepubify/releases/download/v2.3.2/kepubify-linux-64bit
+ md5sums_x86_64 = cb4d881e9b0fa545ab36882bdc846599
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index 97fd699d3589..92113a9a58a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=2.3.1
+pkgver=2.3.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=('af97e27dbcb7342284d25dbec95b15de')
+md5sums_x86_64=('cb4d881e9b0fa545ab36882bdc846599')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}