summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2021-08-25 05:28:49 +0100
committerD. Can Celasun2021-08-25 05:28:49 +0100
commitf0fd167bf77778155a9e4f7288c8cb1e0d33ff32 (patch)
treeac5385193f4ce270186e8dabd3d3ce40c29e7488
parentb66c0726c00e0071d148e9036f1784b0f1f248a5 (diff)
downloadaur-f0fd167bf77778155a9e4f7288c8cb1e0d33ff32.tar.gz
[kepubify-bin] Update to 4.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dde1fd87495..eabaad0c545c 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.0
+ pkgver = 4.0.1
pkgrel = 1
url = https://pgaskin.net/kepubify/
arch = x86_64
license = MIT
- 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
+ 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
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4b90c29cf886..e5361166b94c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=4.0.0
+pkgver=4.0.1
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=('a446865769ae9260fb6328f3f9b26034'
- '1ccad42fedbce86c082dae259760332e')
+md5sums=('fc5e63cc48a1c4fd11f4e239e6522254'
+ 'd8a72577355109eb29e64218c7013bec')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}