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 28250a7d3cfe..307297dae347 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kepubify-bin
pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool.
- pkgver = 3.0.0
+ pkgver = 3.1.0
pkgrel = 1
url = https://geek1011.github.io/kepubify
arch = x86_64
license = MIT
- source = kepubify-3.0.0::https://github.com/geek1011/kepubify/releases/download/v3.0.0/kepubify-linux-64bit
- source = seriesmeta-3.0.0::https://github.com/geek1011/kepubify/releases/download/v3.0.0/seriesmeta-linux-64bit
- md5sums = f76490a742907ee3db1e2726f7eb4028
- md5sums = 6401e902593da2a90e95cbe9c0210884
+ source = kepubify-3.1.0::https://github.com/geek1011/kepubify/releases/download/v3.1.0/kepubify-linux-64bit
+ source = seriesmeta-3.1.0::https://github.com/geek1011/kepubify/releases/download/v3.1.0/seriesmeta-linux-64bit
+ md5sums = 1b1f5089d1f7709313401dc23f8c60b8
+ md5sums = 0cbe57c53fe50fe137cedd416fe1c7e7
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0b9893215515..afa727ca8982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=3.0.0
+pkgver=3.1.0
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://geek1011.github.io/kepubify"
license=('MIT')
source=(${_pkgname}-${pkgver}::https://github.com/geek1011/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-64bit
seriesmeta-${pkgver}::https://github.com/geek1011/${_pkgname}/releases/download/v${pkgver}/seriesmeta-linux-64bit)
-md5sums=('f76490a742907ee3db1e2726f7eb4028'
- '6401e902593da2a90e95cbe9c0210884')
+md5sums=('1b1f5089d1f7709313401dc23f8c60b8'
+ '0cbe57c53fe50fe137cedd416fe1c7e7')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}