summaryrefslogtreecommitdiff
path: root/community/brise/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/brise/PKGBUILD')
-rw-r--r--community/brise/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/community/brise/PKGBUILD b/community/brise/PKGBUILD
index efbeccd76..b525a3e4c 100644
--- a/community/brise/PKGBUILD
+++ b/community/brise/PKGBUILD
@@ -1,27 +1,28 @@
-# $Id: PKGBUILD 90136 2013-05-07 05:26:31Z fyan $
+# $Id: PKGBUILD 100938 2013-11-13 14:17:31Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: GONG Chen <chen dot sst at gmail dot com>
pkgname=brise
-pkgver=0.22
+pkgver=0.30
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.9')
+makedepends=('cmake' 'librime>=1.0')
provides=('librime-data')
-conflicts=('librime<0.9.9' 'ibus-rime<0.9.9')
+conflicts=('librime<1.0' 'ibus-rime<1.0')
source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
build() {
- cd "${srcdir}/$pkgname"
+ cd $pkgname
make
}
package() {
- cd "${srcdir}/$pkgname"
+ cd $pkgname
make DESTDIR="$pkgdir" install
}
-md5sums=('d9a55bc0b6bdd49e2622b76df43ef12f')
+
+sha512sums=('1d727e71ad9aabbbfab04e934f6a26bee75f8d277eb2a1c67a05616c36b2e029b0b3958eaf94af4263aa6fe350738c96e7c084fe4a5ecc45474a8900d4927748')