summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Griffiths2010-05-02 18:45:50 +0000
committerDaniel Griffiths2010-05-02 18:45:50 +0000
commitbe6e25dd57f130d691414f4d3a0f1449f4280c2e (patch)
tree1875b114da0a25ec6f4df2e4aeb60e781bbcfc7c
parentd4d9c25fadbe25afeb6bee680917dfd93f3984fa (diff)
downloadaur-be6e25dd57f130d691414f4d3a0f1449f4280c2e.tar.gz
package update
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cafd7a968d4d..9d22cf8ec00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=ibus-pinyin
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=1
pkgdesc="The PinYin Engine for IBus Input Framework"
arch=('i686' 'x86_64')
license=('LGPL')
url="http://ibus.googlecode.com"
-depends=('ibus' 'libsigc++2.0')
+depends=('ibus' 'libsigc++2.0' 'boost')
makedepends=('intltool')
provides=('ibus-pinyin=1.3.2')
install=ibus-pinyin.install
source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
http://ibus.googlecode.com/files/pinyin-database-1.2.99.tar.bz2)
-md5sums=('d9c118610d24fb4259d94863e7c5904b'
+md5sums=('a5a289420a6a2b29c09de7dfc1beebfa'
'd0951b8daa7f56a2cbd3b6b4e42532e0')
build() {