summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Griffiths2010-04-13 02:19:06 +0000
committerDaniel Griffiths2010-04-13 02:19:06 +0000
commit112d90df89147fbfe2725c3b645ce0c0437c3bc4 (patch)
tree3a1032315ab7a70a3b0599ff4e71484ddc76c207
parentb3cbd0bacf189d6fcfc2e100e06fbebfd90dba2a (diff)
downloadaur-112d90df89147fbfe2725c3b645ce0c0437c3bc4.tar.gz
package update
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54afbfefafe0..361975a94c9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=ibus-pinyin
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="The PinYin Engine for IBus Input Framework"
arch=('i686' 'x86_64')
@@ -11,15 +11,15 @@ license=('LGPL')
url="http://ibus.googlecode.com"
depends=('ibus' 'libsigc++2.0')
makedepends=('intltool')
-provides=('ibus-pinyin=1.2.0')
+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.3.0.tar.bz2)
-md5sums=('7e221ea3b5cad6cd2fe48a08ebd95de3'
- 'd41d8cd98f00b204e9800998ecf8427e')
+ http://ibus.googlecode.com/files/pinyin-database-1.2.99.tar.bz2)
+md5sums=('66bdcc923c0d5f3625d72c851b0a082f'
+ 'd0951b8daa7f56a2cbd3b6b4e42532e0')
build() {
- ln -sf ${srcdir}/pinyin-database-1.3.0.tar.bz2 \
+ ln -sf ${srcdir}/pinyin-database-1.2.99.tar.bz2 \
${srcdir}/${pkgname}-${pkgver}/data/db/open-phrase
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --libexecdir=/usr/lib/ibus \