diff options
Diffstat (limited to 'community/fcitx-hangul/PKGBUILD')
-rw-r--r-- | community/fcitx-hangul/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/fcitx-hangul/PKGBUILD b/community/fcitx-hangul/PKGBUILD index c2dfa66f5..02d3bdf5a 100644 --- a/community/fcitx-hangul/PKGBUILD +++ b/community/fcitx-hangul/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 82968 2013-01-26 07:04:20Z fyan $ +# $Id: PKGBUILD 93366 2013-07-02 09:47:23Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-hangul -pkgver=0.2.1 +pkgver=0.3.0 pkgrel=1 pkgdesc="Hangul (Korean) support for fcitx" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL2') depends=('fcitx>=4.2.7' 'libhangul') makedepends=('cmake' 'intltool') install=$pkgname.install -source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz") +source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz") build() { cd "$srcdir/$pkgname-$pkgver" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('d3dac52b1a1697a4f8256e383c889216') +sha512sums=('07085508da98c49bcecf75fbfad6681263a735a1efcc4fb7a6fa05cb215dfe0c338e95e26cc55e488501b5abbc1007464b1bbf488f07aaca2d1a0a18c8173074') |