summaryrefslogtreecommitdiff
path: root/community/brise/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/brise/PKGBUILD')
-rw-r--r--community/brise/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/brise/PKGBUILD b/community/brise/PKGBUILD
index aa81fd222..fcbf5b9fa 100644
--- a/community/brise/PKGBUILD
+++ b/community/brise/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 103210 2013-12-30 09:12:40Z fyan $
+# $Id: PKGBUILD 116037 2014-07-21 07:45:31Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: GONG Chen <chen dot sst at gmail dot com>
pkgname=brise
-pkgver=0.32
+pkgver=0.35
pkgrel=1
pkgdesc="Rime schema repository"
arch=('i686' 'x86_64')
url="http://code.google.com/p/rimeime/"
license=('GPL3')
depends=()
-makedepends=('cmake' 'librime>=1.1')
+makedepends=('cmake' 'git' 'librime>=1.2')
provides=('librime-data')
-conflicts=('librime<1.1' 'ibus-rime<1.1')
-source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+conflicts=('librime<1.2' 'ibus-rime<1.2')
+source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver")
+md5sums=('SKIP')
build() {
cd $pkgname
@@ -25,4 +26,3 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums=('c41d4a7399a963b9e023015e1268f0f63693091d0ae2edff9db68397d223bb25ea6c392d2649f7817edd40998b1ed144d63478a01241cdaa5f2e84fd846e24d7')