summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07f2e2a88929..599855076ad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: YSTYLE <lxy5266@live.com>
pkgname=kaf-cli
-pkgver=v1.1.13
+pkgver=v1.2.0
pkgrel=1
epoch=
pkgdesc="把txt文本转成epub与mobi电子书的命令行工具"
@@ -9,7 +9,7 @@ url="https://github.com/ystyle/kaf-cli"
license=('MulanPSL')
depends=('kindlegen')
source=("https://github.com/ystyle/TmdTextEpub/releases/download/$pkgver/kaf-cli-linux.zip")
-md5sums=('2e574717dbd148425b744254f7679c35')
+md5sums=('4b8e022d3e2be8acf12ca075f9f25b93')
package() {
install -Dm755 kaf-cli-linux "$pkgdir/usr/bin/kaf-cli"