summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorystyle2022-01-17 15:27:18 +0800
committerystyle2022-01-17 15:27:18 +0800
commita4324a795168803f2a367ff251756005f4c6b0a6 (patch)
tree0579ae5ec0c7a423a1c90987b38e45bca2b3391d /PKGBUILD
parentdd4aaf0ed60b3af6c98bfcdaafb17d9b6bdf927c (diff)
downloadaur-a4324a795168803f2a367ff251756005f4c6b0a6.tar.gz
v1.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9170baecd1db..5f1349bce33d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: YSTYLE <lxy5266@live.com>
+
pkgname=kaf-cli
-pkgver=v1.2.1
+pkgver=v1.2.3
pkgrel=1
epoch=
pkgdesc="把txt文本转成epub与mobi电子书的命令行工具"
@@ -8,8 +9,8 @@ arch=('x86_64')
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=('fe275c95ff0ef446c29e6bb939ba1e7f')
+source=("https://github.com/ystyle/TmdTextEpub/releases/download/$pkgver/kaf-cli_${pkgver}_linux_amd64.zip")
+md5sums=('45d3bd3dbd251aa966f8b5dee92087d1')
package() {
install -Dm755 kaf-cli-linux "$pkgdir/usr/bin/kaf-cli"