summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorystyle2022-09-20 00:18:07 +0800
committerystyle2022-09-20 00:18:07 +0800
commit6325cae8001906ce37fe5e1b5d6a41f0d2b419b0 (patch)
treebcae8497413892c2dc7f63839a66e7ac27339284
parent0f72346cef56184e4c9222ddb15f2a4b435e70e5 (diff)
downloadaur-6325cae8001906ce37fe5e1b5d6a41f0d2b419b0.tar.gz
update to v1.2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b17c1798ae0c..f68ac903b9d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kaf-cli
pkgdesc = 把txt文本转成epub与mobi电子书的命令行工具
- pkgver = v1.2.5
+ pkgver = v1.2.7
pkgrel = 1
url = https://github.com/ystyle/kaf-cli
arch = x86_64
license = MulanPSL
depends = kindlegen
- source = https://github.com/ystyle/TmdTextEpub/releases/download/v1.2.5/kaf-cli_v1.2.5_linux_amd64.zip
- md5sums = 2d7933966747696793b0277fdf7c3ea2
+ source = https://github.com/ystyle/TmdTextEpub/releases/download/v1.2.7/kaf-cli_v1.2.7_linux_amd64.zip
+ md5sums = 6abddcb3a98be0bb99b2833e1db92a2a
pkgname = kaf-cli
diff --git a/PKGBUILD b/PKGBUILD
index 1aae7245d021..19f593d34c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: YSTYLE <lxy5266@live.com>
pkgname=kaf-cli
-pkgver=v1.2.5
+pkgver=v1.2.7
pkgrel=1
epoch=
pkgdesc="把txt文本转成epub与mobi电子书的命令行工具"
@@ -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=('2d7933966747696793b0277fdf7c3ea2')
+md5sums=('6abddcb3a98be0bb99b2833e1db92a2a')
package() {
install -Dm755 kaf-cli "$pkgdir/usr/bin/kaf-cli"