summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2021-07-04 11:25:21 +0100
committerD. Can Celasun2021-07-04 11:25:21 +0100
commitb66c0726c00e0071d148e9036f1784b0f1f248a5 (patch)
treee14905e73cc4ba0d6a526c46e210c6ac65a51124
parente0c34d1544796852f208d7186b2bdccc360c7652 (diff)
downloadaur-b66c0726c00e0071d148e9036f1784b0f1f248a5.tar.gz
[kepubify-bin] Update to 4.0.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d40fd13a3024..8dde1fd87495 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = kepubify-bin
pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool.
- pkgver = 3.1.6
+ pkgver = 4.0.0
pkgrel = 1
url = https://pgaskin.net/kepubify/
arch = x86_64
license = MIT
- 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
+ source = kepubify-4.0.0::https://github.com/pgaskin/kepubify/releases/download/v4.0.0/kepubify-linux-64bit
+ source = seriesmeta-4.0.0::https://github.com/pgaskin/kepubify/releases/download/v4.0.0/seriesmeta-linux-64bit
+ md5sums = a446865769ae9260fb6328f3f9b26034
+ md5sums = 1ccad42fedbce86c082dae259760332e
pkgname = kepubify-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index dd048e00ab51..4b90c29cf886 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=3.1.6
+pkgver=4.0.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://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=('de582cad98944c8df7d91f26cfa7772b'
- '709a5f7b780e42809f0af641056f139e')
+md5sums=('a446865769ae9260fb6328f3f9b26034'
+ '1ccad42fedbce86c082dae259760332e')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}