summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2020-05-10 23:59:20 +0100
committerD. Can Celasun2020-05-10 23:59:20 +0100
commitd103e14178493924a5265a6fed7729ca713565c6 (patch)
tree5c23966a2589643d13e059d1ca9216aaf102f051
parent7634f76e7c3c9798365943137b3a7cffd8b12e1e (diff)
downloadaur-d103e14178493924a5265a6fed7729ca713565c6.tar.gz
[kepubify-bin] Update to 3.1.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fa7f25573da..e13ad9f229ae 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.1.1
+ pkgver = 3.1.2
pkgrel = 1
url = https://geek1011.github.io/kepubify
arch = x86_64
license = MIT
- source = kepubify-3.1.1::https://github.com/geek1011/kepubify/releases/download/v3.1.1/kepubify-linux-64bit
- source = seriesmeta-3.1.1::https://github.com/geek1011/kepubify/releases/download/v3.1.1/seriesmeta-linux-64bit
- md5sums = 29e79f26cd4620b47f5d11d09d7e0a29
- md5sums = 8c1074560529c6cff0b9681e6fcf42c4
+ source = kepubify-3.1.2::https://github.com/geek1011/kepubify/releases/download/v3.1.2/kepubify-linux-64bit
+ source = seriesmeta-3.1.2::https://github.com/geek1011/kepubify/releases/download/v3.1.2/seriesmeta-linux-64bit
+ md5sums = 20a9db3eed4a3912bcebfa159bb62b48
+ md5sums = 3ce4b01893272e4606d3ff4dc6f3a148
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index 49602d3311d3..7b06be8a85f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=3.1.1
+pkgver=3.1.2
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=('29e79f26cd4620b47f5d11d09d7e0a29'
- '8c1074560529c6cff0b9681e6fcf42c4')
+md5sums=('20a9db3eed4a3912bcebfa159bb62b48'
+ '3ce4b01893272e4606d3ff4dc6f3a148')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}