fcitx-qt5: fix typo
This commit is contained in:
parent
025abb4f39
commit
0ce5e28954
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fcitx-qt5'
|
||||
pkgname="fcitx-qt5"
|
||||
version=1.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
short_desc="Qt5 IM Module for Fcitx"
|
||||
maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
|
||||
|
@ -14,7 +14,7 @@ checksum=4fdfa31effdd7d09a51241a46ff5c7e2df651a8a07d6d8a38632479ada9cc9a2
|
|||
|
||||
fcitx-qt5-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${reveision} ${makedepends}"
|
||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
|
|
Loading…
Reference in New Issue