summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1279fdc54c57..9dfe12988d37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kepubify-bin
pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool.
- pkgver = 4.0.3
+ pkgver = 4.0.4
pkgrel = 1
url = https://pgaskin.net/kepubify/
arch = x86_64
license = MIT
- source = kepubify-4.0.3::https://github.com/pgaskin/kepubify/releases/download/v4.0.3/kepubify-linux-64bit
- source = seriesmeta-4.0.3::https://github.com/pgaskin/kepubify/releases/download/v4.0.3/seriesmeta-linux-64bit
- md5sums = e5b335d488434fe3def49c297249e54e
- md5sums = fd70307cca12321991c21a048498e0ff
+ source = kepubify-4.0.4::https://github.com/pgaskin/kepubify/releases/download/v4.0.4/kepubify-linux-64bit
+ source = seriesmeta-4.0.4::https://github.com/pgaskin/kepubify/releases/download/v4.0.4/seriesmeta-linux-64bit
+ md5sums = 3cc36ca3ca939e2ffd3354ba0ef1fd33
+ md5sums = 29f68f0838fcd16cfda1959768fac4fc
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index e68b86c6d915..5b043f2e1f69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=4.0.3
+pkgver=4.0.4
pkgrel=1
pkgdesc="Convert your ePubs into kepubs, with a easy-to-use command-line tool."
arch=('x86_64')
@@ -10,8 +10,8 @@ url="https://pgaskin.net/kepubify/"
license=('MIT')
source=(${_pkgname}-${pkgver}::https://github.com/pgaskin/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-64bit
seriesmeta-${pkgver}::https://github.com/pgaskin/${_pkgname}/releases/download/v${pkgver}/seriesmeta-linux-64bit)
-md5sums=('e5b335d488434fe3def49c297249e54e'
- 'fd70307cca12321991c21a048498e0ff')
+md5sums=('3cc36ca3ca939e2ffd3354ba0ef1fd33'
+ '29f68f0838fcd16cfda1959768fac4fc')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}