From d6413cd6dac778aa64e48046ce7110000997ff61 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 May 2013 01:04:35 -0700 Subject: Wed May 8 01:04:33 PDT 2013 --- community/brise/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/brise') diff --git a/community/brise/PKGBUILD b/community/brise/PKGBUILD index 9cc64b8c9..efbeccd76 100644 --- a/community/brise/PKGBUILD +++ b/community/brise/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 83933 2013-02-07 02:02:02Z fyan $ +# $Id: PKGBUILD 90136 2013-05-07 05:26:31Z fyan $ # Maintainer: Felix Yan # Contributor: GONG Chen pkgname=brise -pkgver=0.18 +pkgver=0.22 pkgrel=1 pkgdesc="Rime schema repository" arch=('i686' 'x86_64') url="http://code.google.com/p/rimeime/" license=('GPL3') depends=() -makedepends=('cmake' 'librime>=0.9.8') +makedepends=('cmake' 'librime>=0.9.9') provides=('librime-data') -conflicts=('librime<0.9.8' 'ibus-rime<0.9.8') +conflicts=('librime<0.9.9' 'ibus-rime<0.9.9') source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz") build() { @@ -24,4 +24,4 @@ package() { cd "${srcdir}/$pkgname" make DESTDIR="$pkgdir" install } -md5sums=('1ba32458c6c697c454d65b0764f925ad') +md5sums=('d9a55bc0b6bdd49e2622b76df43ef12f') -- cgit v1.2.3-54-g00ecf