diff options
Diffstat (limited to 'community/ibus-hangul/PKGBUILD')
-rw-r--r-- | community/ibus-hangul/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/ibus-hangul/PKGBUILD b/community/ibus-hangul/PKGBUILD index 0f19fbbbb..2d24f29df 100644 --- a/community/ibus-hangul/PKGBUILD +++ b/community/ibus-hangul/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 81828 2013-01-01 03:38:39Z fyan $ +# $Id: PKGBUILD 82988 2013-01-26 08:44:01Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Radim Hvizdák <hvizdakr at gmail dot com> pkgname=ibus-hangul -pkgver=1.4.1 -pkgrel=3 +pkgver=1.4.2 +pkgrel=1 pkgdesc='Korean input engine for IBus' arch=('i686' 'x86_64') url='http://ibus.googlecode.com' @@ -14,7 +14,6 @@ depends=('ibus' 'libhangul' 'iso-codes' 'pygtk' 'gtk-update-icon-cache') makedepends=('intltool') install=ibus-hangul.install source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -sha1sums=('659899cf942a983fbd2ffbb4bd4f5ecd883f5c0a') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -27,3 +26,5 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make NO_INDEX=true DESTDIR="${pkgdir}" install } + +md5sums=('0229eab9481355bb5f54230890bfa910') |