summaryrefslogtreecommitdiff
path: root/community/fcitx-hangul
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-27 01:12:11 -0800
committerroot <root@rshg054.dnsready.net>2013-01-27 01:12:11 -0800
commit3ed565983048f1226dd3f258a3f0acaf04536dda (patch)
tree9ea304021502408af54b935da41441afb7e4bd62 /community/fcitx-hangul
parent7d3e94229ca9849421d263542eb2c61f64a91c10 (diff)
Sun Jan 27 01:11:57 PST 2013
Diffstat (limited to 'community/fcitx-hangul')
-rw-r--r--community/fcitx-hangul/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/community/fcitx-hangul/PKGBUILD b/community/fcitx-hangul/PKGBUILD
index 6f706043a..c2dfa66f5 100644
--- a/community/fcitx-hangul/PKGBUILD
+++ b/community/fcitx-hangul/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 81667 2012-12-26 11:35:33Z fyan $
+# $Id: PKGBUILD 82968 2013-01-26 07:04:20Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=fcitx-hangul
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="Hangul (Korean) support for fcitx"
arch=('i686' 'x86_64')
url="http://code.google.com/p/fcitx/"
license=('GPL2')
-depends=('fcitx>=4.2.3' 'libhangul')
+depends=('fcitx>=4.2.7' 'libhangul')
makedepends=('cmake' 'intltool')
install=$pkgname.install
source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz")
@@ -18,8 +18,7 @@ build() {
msg "Starting make..."
- rm -rf build
- mkdir build
+ mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
@@ -31,4 +30,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums=('168b51487797879cf41ed6f6d086694a')
+md5sums=('d3dac52b1a1697a4f8256e383c889216')