summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 207debd4595f..0997095ff7eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Lightwing <teddyzct[at]outlook[dot]com>
pkgname=fcitx-shuoxie-git
pkgver=current
-pkgrel=2
+pkgrel=3
pkgdesc="Input with speaking or handwriting (Simplified Chinese Only)"
url="https://gitee.com/hebinq/shuoxie"
-arch=('x86_64' 'i686')
+arch=('x86_64')
license=('GPL2')
depends=('fcitx' 'gtk3')
optdepends=()
@@ -28,7 +28,6 @@ build() {
package() {
cd "${srcdir}/shuoxie"
make DESTDIR="${pkgdir}" install
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=2 sw=2 et: