summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2020-10-20 08:24:44 +0100
committerD. Can Celasun2020-10-20 08:24:44 +0100
commite0c34d1544796852f208d7186b2bdccc360c7652 (patch)
tree6ac61e843e0d200463ee9bc77a09a7a30dcd8de4
parentcf6c6424ed0773bdca0d7d1a1538c5172735da05 (diff)
downloadaur-e0c34d1544796852f208d7186b2bdccc360c7652.tar.gz
[kepubify-bin] Update to 3.1.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 588fd66901b9..d40fd13a3024 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.4
+ pkgver = 3.1.6
pkgrel = 1
url = https://pgaskin.net/kepubify/
arch = x86_64
license = MIT
- source = kepubify-3.1.4::https://github.com/pgaskin/kepubify/releases/download/v3.1.4/kepubify-linux-64bit
- source = seriesmeta-3.1.4::https://github.com/pgaskin/kepubify/releases/download/v3.1.4/seriesmeta-linux-64bit
- md5sums = 39cde0884708207d331688036d3633ca
- md5sums = f6b34c8e3cd7ef61d54a5dd0b4e35d4d
+ source = kepubify-3.1.6::https://github.com/pgaskin/kepubify/releases/download/v3.1.6/kepubify-linux-64bit
+ source = seriesmeta-3.1.6::https://github.com/pgaskin/kepubify/releases/download/v3.1.6/seriesmeta-linux-64bit
+ md5sums = de582cad98944c8df7d91f26cfa7772b
+ md5sums = 709a5f7b780e42809f0af641056f139e
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9f5734dc1dbe..dd048e00ab51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=3.1.4
+pkgver=3.1.6
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=('39cde0884708207d331688036d3633ca'
- 'f6b34c8e3cd7ef61d54a5dd0b4e35d4d')
+md5sums=('de582cad98944c8df7d91f26cfa7772b'
+ '709a5f7b780e42809f0af641056f139e')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}