summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrydesun2017-03-04 21:41:40 +0800
committerrydesun2017-03-04 21:41:40 +0800
commitff2dc2d884e95535e6978ce808b111e9627ab8ce (patch)
tree4afc7ca1809357bd279eaeea3f9ceb7a35b688a2
parente8ecbd8cbb20e6108e12a7fc7c075af501d2985e (diff)
downloadaur-ff2dc2d884e95535e6978ce808b111e9627ab8ce.tar.gz
Fix cd error
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c89c8f2a7e2..cadc681f686f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx-table-flypy
pkgdesc = XiaoHe shuangpin table for fcitx, also known as flypy or xhup.
- pkgver = 0.1.0
+ pkgver = r3.a50884f
pkgrel = 1
url = http://www.flypy.com
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2c98fea1ac87..04ab5f647a77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heliary <rydesun@gmail.com>
pkgname=fcitx-table-flypy
-pkgver=0.1.0
+pkgver=r3.a50884f
pkgrel=1
pkgdesc='XiaoHe shuangpin table for fcitx, also known as flypy or xhup.'
arch=('any')
@@ -17,7 +17,8 @@ pkgver() {
}
package() {
- cd $pkgname-$pkgver
+ cd $pkgname
+ mkdir -p "$pkgdir/usr/share/fcitx/table"
install -Dm644 flypy.conf flypy.mb "$pkgdir/usr/share/fcitx/table"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}