diff options
Diffstat (limited to 'community/brise/PKGBUILD')
-rw-r--r-- | community/brise/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/brise/PKGBUILD b/community/brise/PKGBUILD index 225429d81..9cc64b8c9 100644 --- a/community/brise/PKGBUILD +++ b/community/brise/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 82228 2013-01-12 17:11:20Z fyan $ +# $Id: PKGBUILD 83933 2013-02-07 02:02:02Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: GONG Chen <chen dot sst at gmail dot com> pkgname=brise -pkgver=0.16 +pkgver=0.18 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.3') +makedepends=('cmake' 'librime>=0.9.8') provides=('librime-data') -conflicts=('librime<0.9.3' 'ibus-rime<0.9.3') +conflicts=('librime<0.9.8' 'ibus-rime<0.9.8') source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz") build() { @@ -24,4 +24,4 @@ package() { cd "${srcdir}/$pkgname" make DESTDIR="$pkgdir" install } -md5sums=('bc45f42852fd7bed59a171233d50cb79') +md5sums=('1ba32458c6c697c454d65b0764f925ad') |