diff --git a/brise/PKGBUILD b/brise/PKGBUILD index 9fb7cc05f..7435f6511 100644 --- a/brise/PKGBUILD +++ b/brise/PKGBUILD @@ -1,16 +1,16 @@ pkgname=brise -pkgver=0.35 -pkgrel=2 +pkgver=0.35.20160221 +_commit=7dbd56b9ce08f75228a7c897109ec397cb48b057 +pkgrel=1 pkgdesc="Rime schema repository" arch=('x86_64') url=" http://rime.im/" license=('GPL3') -depends=() -makedepends=('cmake' 'git' 'librime>=1.2') +makedepends=('cmake' 'git' 'librime') provides=('librime-data') conflicts=('librime<1.2' 'ibus-rime<1.2') -source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver") -md5sums=('SKIP') +source=("git+https://github.com/lotem/brise.git#commit=$_commit") +sha512sums=('SKIP') build() { cd $pkgname