summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 514245b57888..beee7c0686e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kepubify
pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool
- pkgver = 4.0.3
+ pkgver = 4.0.4
pkgrel = 1
url = https://pgaskin.net/kepubify/
arch = x86_64
license = MIT
makedepends = go
conflicts = kepubify-bin
- source = https://github.com/pgaskin/kepubify/archive/v4.0.3.tar.gz
- sha256sums = 6e511240b1ac080940fdf4718f8dabac214f1088026e9337a82d8c6a7a0ba82a
+ source = https://github.com/pgaskin/kepubify/archive/v4.0.4.tar.gz
+ sha256sums = a3bf118a8e871b989358cb598746efd6ff4e304cba02fd2960fe35404a586ed5
pkgname = kepubify
diff --git a/PKGBUILD b/PKGBUILD
index 08fb77bde133..f4d1e61dd667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sibren Vasse <arch@sibrenvasse.nl>
pkgname=kepubify
-pkgver=4.0.3
+pkgver=4.0.4
pkgrel=1
pkgdesc='Convert your ePubs into kepubs, with a easy-to-use command-line tool'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
conflicts=('kepubify-bin')
makedepends=('go')
source=("https://github.com/pgaskin/kepubify/archive/v$pkgver.tar.gz")
-sha256sums=('6e511240b1ac080940fdf4718f8dabac214f1088026e9337a82d8c6a7a0ba82a')
+sha256sums=('a3bf118a8e871b989358cb598746efd6ff4e304cba02fd2960fe35404a586ed5')
build() {
cd "$pkgname-$pkgver"