summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKienyew2020-11-16 12:20:14 +0800
committerKienyew2020-11-16 12:20:14 +0800
commitdea00dd3243a35ccfefc2002b6b59ea72e28b1d9 (patch)
tree0b6f0016bb93f4e50eb64db81bd32d11d38eb51f /PKGBUILD
parentb641f30db65dd0f8edc3daccb81bf46845219bdb (diff)
downloadaur-fcitx5-pinyin-chinese-idiom.tar.gz
package license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index daef6685c999..54e351dc1936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fcitx5-pinyin-chinese-idiom
pkgver=20200930
-pkgrel=2
+pkgrel=3
_commit='0c1b605e7797d7cf509c45fba308cdd25dfe9a26'
pkgdesc="Fcitx 5 Pinyin Chinese Idiom Dictionary"
url='https://github.com/Kienyew/fcitx5-pinyin-chinese-idiom'
@@ -24,5 +24,6 @@ build() {
}
package() {
- install -Dm644 idioms.dict $pkgdir/usr/share/fcitx5/pinyin/dictionaries/idioms.dict
+ install -Dm644 idioms.dict "$pkgdir/usr/share/fcitx5/pinyin/dictionaries/idioms.dict"
+ install -Dm644 "$srcdir/$pkgname-v1.0/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}