summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorystyle2023-07-19 16:49:59 +0800
committerystyle2023-07-19 16:49:59 +0800
commit5322ef8dcdd60c5bebaf91e5b4d3dd1a4c149610 (patch)
tree676690b2e348293d14e36c9bad40a64d40140aa7
parenta486e2415501a4c5b7016cd6d475d0877675208a (diff)
downloadaur-5322ef8dcdd60c5bebaf91e5b4d3dd1a4c149610.tar.gz
fix loongarch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a25ae524d7c8..df554d7abbdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
pkgbase = kaf-cli
pkgdesc = 把txt文本转成epub与mobi电子书的命令行工具
pkgver = v1.3.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ystyle/kaf-cli
arch = x86_64
arch = aarch64
+ arch = loong64
license = MulanPSL
optdepends = kindlegen: 在x86_64上用于生成标准的mobi格式
source_x86_64 = https://github.com/ystyle/TmdTextEpub/releases/download/v1.3.5/kaf-cli_v1.3.5_linux_amd64.zip
sha512sums_x86_64 = 29d3f3e0138f2348024d8a3e2a7a19dfe00b0098e9247c2ea364f3e4ab992575fc68bbbf56258be341c335b94e989ecbe37c0c32419b61ee2d45034f5c5e00de
source_aarch64 = https://github.com/ystyle/TmdTextEpub/releases/download/v1.3.5/kaf-cli_v1.3.5_linux_arm64.zip
sha512sums_aarch64 = 72d2519dec242be92869d0d2eb7022d836147624ff79ba797ff287eb0444eb3dd33e910c01422e1448d486955dbbea0fbc2166e942213e1be03038993945e28f
+ source_loong64 = https://github.com/ystyle/TmdTextEpub/releases/download/v1.3.5/kaf-cli_v1.3.5_linux_loong64.zip
+ sha512sums_loong64 = c6af9aeb904f934c0fbee06dda83fed02a22c0ec41cccd1b685cbe5e232b5dd66ad5888a91ab2aadeef7007870c94a063a4537a3e32f150d4ea12453cb3f1b54
pkgname = kaf-cli
diff --git a/PKGBUILD b/PKGBUILD
index c5269b5ef17b..f0c6fd1fcdf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=kaf-cli
pkgver=v1.3.5
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="把txt文本转成epub与mobi电子书的命令行工具"
-arch=('x86_64' 'aarch64')
+arch=('x86_64' 'aarch64' 'loong64')
url="https://github.com/ystyle/kaf-cli"
license=('MulanPSL')
optdepends=('kindlegen: 在x86_64上用于生成标准的mobi格式')