diff options
author | root <root@rshg054.dnsready.net> | 2011-10-02 23:14:32 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-02 23:14:32 +0000 |
commit | ad84169d66d20378d28533c216b73c9a6646d6d7 (patch) | |
tree | 2746e102687e113dd81d632b51933b62ff458934 /community/ibus-m17n/PKGBUILD | |
parent | 0f78806d775c4d46c649425fcb67964d53531db8 (diff) |
Sun Oct 2 23:14:32 UTC 2011
Diffstat (limited to 'community/ibus-m17n/PKGBUILD')
-rw-r--r-- | community/ibus-m17n/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ibus-m17n/PKGBUILD b/community/ibus-m17n/PKGBUILD index 1849c40dd..3539abb01 100644 --- a/community/ibus-m17n/PKGBUILD +++ b/community/ibus-m17n/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 53482 2011-08-03 22:10:35Z ebelanger $ +# $Id: PKGBUILD 56123 2011-10-02 03:31:13Z ebelanger $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Lonfucius <Lonfucius@gmail.com> # Contributor: Jesse Jaara <jesse.jaara@gmail.com> pkgname=ibus-m17n -pkgver=1.3.2 +pkgver=1.3.3 pkgrel=1 pkgdesc='M17N engine for IBus' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url='http://code.google.com/p/ibus/' license=('LGPL') depends=('python-pyenchant' 'ibus' 'm17n-db' 'm17n-lib') source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('4c406147318f94e5e805c408c4be075e') +md5sums=('8fa050df5b2d25095d0e2df51946b0de') build() { cd "${srcdir}/${pkgname}-${pkgver}" |