diff options
author | root <root@rshg054.dnsready.net> | 2012-03-18 00:02:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-18 00:02:54 +0000 |
commit | d14a25fc4f65ae3d6e62f4668e9cb88d74834255 (patch) | |
tree | 7c4f618283e9b502f0d9cfb5059ce38daa7738be /community/ibus-unikey | |
parent | 9a940818cc3edb82afac4d73a6474e6e3374f987 (diff) |
Sun Mar 18 00:02:53 UTC 2012
Diffstat (limited to 'community/ibus-unikey')
-rw-r--r-- | community/ibus-unikey/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ibus-unikey/PKGBUILD b/community/ibus-unikey/PKGBUILD index c59d1e645..3415bd9dc 100644 --- a/community/ibus-unikey/PKGBUILD +++ b/community/ibus-unikey/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 55971 2011-09-27 06:50:51Z ebelanger $ +# $Id: PKGBUILD 68023 2012-03-17 01:19:28Z ebelanger $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Trương Xuân Tính <xuantinh at gmail dot com> pkgname=ibus-unikey -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=1 pkgdesc='IBus module for Vietnamese Keyboard' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url='http://code.google.com/p/ibus-unikey/' depends=('ibus') makedepends=('intltool') source=("http://ibus-unikey.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('cef0e737ea3fba5bf79642bfd85d44b3') +md5sums=('3bae6df0d4609a8c438c246030b9a61e') build() { cd "${srcdir}/${pkgname}-${pkgver}" |