summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorystyle2022-04-09 12:47:00 +0800
committerystyle2022-04-09 12:47:00 +0800
commit0f72346cef56184e4c9222ddb15f2a4b435e70e5 (patch)
tree83de29294634f19ae6b3dd3d2921d54745842ca5 /PKGBUILD
parenta30338ab2b1bb07d653c3780782554f5239d6123 (diff)
downloadaur-0f72346cef56184e4c9222ddb15f2a4b435e70e5.tar.gz
update to v1.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64db6db142bb..1aae7245d021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: YSTYLE <lxy5266@live.com>
pkgname=kaf-cli
-pkgver=v1.2.3
-pkgrel=2
+pkgver=v1.2.5
+pkgrel=1
epoch=
pkgdesc="把txt文本转成epub与mobi电子书的命令行工具"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/ystyle/kaf-cli"
license=('MulanPSL')
depends=('kindlegen')
source=("https://github.com/ystyle/TmdTextEpub/releases/download/$pkgver/kaf-cli_${pkgver}_linux_amd64.zip")
-md5sums=('45d3bd3dbd251aa966f8b5dee92087d1')
+md5sums=('2d7933966747696793b0277fdf7c3ea2')
package() {
install -Dm755 kaf-cli "$pkgdir/usr/bin/kaf-cli"