summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2019-11-26 10:17:06 +0000
committerD. Can Celasun2019-11-26 10:17:06 +0000
commit81c35a01c0e9e1a885efc96158df235d5e7f59da (patch)
tree260ccc623c3af87d2039de43c3e9955f28da3c5c
parent357fbf0f608be2d4d7f005afc94e9ab80ab9e4e3 (diff)
downloadaur-81c35a01c0e9e1a885efc96158df235d5e7f59da.tar.gz
[kepubify-bin] Update to 2.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 501ad9b149aa..119a4b6be40c 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 = 2.3.3
+ pkgver = 2.4.0
pkgrel = 1
url = https://geek1011.github.io/kepubify
arch = x86_64
license = MIT
- source = kepubify-2.3.3::https://github.com/geek1011/kepubify/releases/download/v2.3.3/kepubify-linux-64bit
- source = seriesmeta-2.3.3::https://github.com/geek1011/kepubify/releases/download/v2.3.3/seriesmeta-linux-64bit
- md5sums = 38cc061db12d4f6ceef4826a9db495a5
- md5sums = 21b19cb003ec3f1bf86c8522830f37aa
+ source = kepubify-2.4.0::https://github.com/geek1011/kepubify/releases/download/v2.4.0/kepubify-linux-64bit
+ source = seriesmeta-2.4.0::https://github.com/geek1011/kepubify/releases/download/v2.4.0/seriesmeta-linux-64bit
+ md5sums = a7964455fa7ec204edbd124f87fdef29
+ md5sums = 15fc65885987b511c64fa6d6dd08a395
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index f12d943176f5..235e70699cd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=2.3.3
+pkgver=2.4.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=('38cc061db12d4f6ceef4826a9db495a5'
- '21b19cb003ec3f1bf86c8522830f37aa')
+md5sums=('a7964455fa7ec204edbd124f87fdef29'
+ '15fc65885987b511c64fa6d6dd08a395')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}