summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKisaragi Hiu2024-04-05 03:17:59 +0900
committerKisaragi Hiu2024-04-05 03:17:59 +0900
commiteddafae9c2ff2dab1ce79114c97245f70121ce71 (patch)
tree91ab0b559c26acaf627c7d3b1b3042add687f7a4
parent220433af86fa1d606faa93b903ccd07519779cc8 (diff)
downloadaur-eddafae9c2ff2dab1ce79114c97245f70121ce71.tar.gz
We need to declare Git as makedepends as per namcap
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 460ab52dc41e..745cce439418 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,9 @@ pkgbase = rime-pinyin-zhwiktionary-hant
arch = any
license = CCPL:by-sa
license = custom:GFDL
- makedepends = libime
makedepends = opencc
makedepends = pypinyin
+ makedepends = git
source = git+https://github.com/kisaragi-hiu/rime-pinyin-zhwiktionary-hant-converter
source = https://dumps.wikimedia.org/zhwiktionary/latest/zhwiktionary-latest-all-titles-in-ns0.gz
source = https://dumps.wikimedia.org/zhwiktionary/latest/zhwiktionary-latest-md5sums.txt
diff --git a/PKGBUILD b/PKGBUILD
index dc2943c6655d..b989c4a45d5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="Rime Pinyin (+ tones) Dictionary for zh.wiktionary.org (Traditional Chi
arch=('any')
url="https://github.com/kisaragi-hiu/rime-pinyin-zhwiktionary-hant"
license=('CCPL:by-sa' 'custom:GFDL')
-makedepends=('opencc' 'pypinyin')
+makedepends=('opencc' 'pypinyin' 'git')
source=(git+https://github.com/kisaragi-hiu/rime-pinyin-zhwiktionary-hant-converter
https://dumps.wikimedia.org/zhwiktionary/$_zhwiktionaryver/zhwiktionary-$_zhwiktionaryver-all-titles-in-ns0.gz
https://dumps.wikimedia.org/zhwiktionary/$_zhwiktionaryver/zhwiktionary-$_zhwiktionaryver-md5sums.txt