diff options
author | root <root@rshg054.dnsready.net> | 2012-01-11 23:14:45 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-11 23:14:45 +0000 |
commit | 3a0439ec6aea4411ac6d11c90cd8220f8f12a660 (patch) | |
tree | adc6bcfb43847a9615413defa99b7a0946d22565 /community/ibus-hangul | |
parent | b8012183bbaae70ce4a714c618a967e85df9f521 (diff) |
Wed Jan 11 23:14:45 UTC 2012
Diffstat (limited to 'community/ibus-hangul')
-rw-r--r-- | community/ibus-hangul/PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/community/ibus-hangul/PKGBUILD b/community/ibus-hangul/PKGBUILD index 4873f704e..ddcd0322a 100644 --- a/community/ibus-hangul/PKGBUILD +++ b/community/ibus-hangul/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 57039 2011-10-18 23:59:43Z ebelanger $ +# $Id: PKGBUILD 61928 2012-01-11 03:15:10Z ebelanger $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Radim Hvizdák <hvizdakr at gmail dot com> pkgname=ibus-hangul -pkgver=1.3.2 +pkgver=1.4.0 pkgrel=1 pkgdesc='Korean input engine for IBus' arch=('i686' 'x86_64') @@ -11,13 +11,11 @@ url='http://ibus.googlecode.com' license=('GPL') depends=('ibus' 'libhangul') makedepends=('intltool') -source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz ibus-1.4.0.patch) -md5sums=('b8132e8b11afadd803b2602c63294da5' - 'edf93824ab2eead1307088d3edc24dbc') +source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) +sha1sums=('421d7164a27eeedfea49d54b61e2a5edd4f7d3a7') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i "${srcdir}/ibus-1.4.0.patch" PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/ibus make } |