Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Yukari Chiba <i@0x7f.cc>

pkgname=fcitx5-chinese-addons
pkgver=5.1.12
pkgrel=2
pkgver=5.1.13
pkgrel=1
pkgdesc="Addons related to Chinese, including IME previous bundled inside fcitx4"
arch=(x86_64 aarch64 riscv64 loongarch64)
url="https://github.com/fcitx/fcitx5-chinese-addons"
Expand All @@ -11,7 +11,7 @@ depends=('boost-libs' 'curl' 'fcitx5-qt' 'libime' 'opencc')
makedepends=('extra-cmake-modules' 'fcitx5-lua' 'fmt' 'ninja' 'zstd' 'boost')
optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-${pkgver}_dict.tar.zst")
sha512sums=('15551ad121acfe1568fc034739b58ec05a5126ffff84b1cc91064174b7a8d6d5990c0ad10478032d487f46d91c2c7886d6df0e6a2441f90bf868b97ef12c6680')
sha512sums=('4fafa0ed7bf7379771ec59f7d4cc4d308dbaec2fbed1f264ef8e68f6161d301ea0f3ae2e255a88e10bb45410fc77d00fba220254f41af2fc14e883b155e6b6a7')

build() {
cd $pkgname-$pkgver
Expand Down