summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2021-12-13 06:46:21 +0000
committerD. Can Celasun2021-12-13 06:46:21 +0000
commitaaa88afc3828bd7dc3a574f775e777a30d4c0086 (patch)
treec6f2506a8c7c99203018058ec708078b4f6634b1
parentf0fd167bf77778155a9e4f7288c8cb1e0d33ff32 (diff)
downloadaur-aaa88afc3828bd7dc3a574f775e777a30d4c0086.tar.gz
[kepubify-bin] Update to 4.0.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eabaad0c545c..a6b99791aa49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kepubify-bin
pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool.
- pkgver = 4.0.1
+ pkgver = 4.0.2
pkgrel = 1
url = https://pgaskin.net/kepubify/
arch = x86_64
license = MIT
- source = kepubify-4.0.1::https://github.com/pgaskin/kepubify/releases/download/v4.0.1/kepubify-linux-64bit
- source = seriesmeta-4.0.1::https://github.com/pgaskin/kepubify/releases/download/v4.0.1/seriesmeta-linux-64bit
- md5sums = fc5e63cc48a1c4fd11f4e239e6522254
- md5sums = d8a72577355109eb29e64218c7013bec
+ source = kepubify-4.0.2::https://github.com/pgaskin/kepubify/releases/download/v4.0.2/kepubify-linux-64bit
+ source = seriesmeta-4.0.2::https://github.com/pgaskin/kepubify/releases/download/v4.0.2/seriesmeta-linux-64bit
+ md5sums = 419d7d58d3a50ea2fc2d1073204c0c5a
+ md5sums = 19e5638118f7dd287a0bb4f92dea94bf
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index e5361166b94c..23e88b20f696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=4.0.1
+pkgver=4.0.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://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=('fc5e63cc48a1c4fd11f4e239e6522254'
- 'd8a72577355109eb29e64218c7013bec')
+md5sums=('419d7d58d3a50ea2fc2d1073204c0c5a'
+ '19e5638118f7dd287a0bb4f92dea94bf')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}