diff options
Diffstat (limited to 'community/ibus-rime/PKGBUILD')
-rw-r--r-- | community/ibus-rime/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/ibus-rime/PKGBUILD b/community/ibus-rime/PKGBUILD index 2f4e56338..01d445bab 100644 --- a/community/ibus-rime/PKGBUILD +++ b/community/ibus-rime/PKGBUILD @@ -1,19 +1,20 @@ -# $Id: PKGBUILD 103211 2013-12-30 09:12:41Z fyan $ +# $Id: PKGBUILD 116039 2014-07-21 07:45:35Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: GONG Chen <chen dot sst at gmail dot com> # Contributor: 網軍總司令 pkgname=ibus-rime -pkgver=1.1 +pkgver=1.2 pkgrel=1 pkgdesc="Rime input method engine for ibus" arch=('i686' 'x86_64') url="http://code.google.com/p/rimeime/" license=('GPL3') depends=('ibus' 'libnotify' 'librime>=1.1' 'brise') -makedepends=('cmake') +makedepends=('cmake' 'git') install='ibus-rime.install' -source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz") +source=("git+https://github.com/lotem/ibus-rime.git#tag=rime-$pkgver") +md5sums=('SKIP') build() { cd $pkgname @@ -25,4 +26,3 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums=('2510f9019045013f85af5b8401286b338b739fa0e908a3e30e1d59971a43c32212f388d367b51942292e236859feb1a70d7e7b8deb17eafd8b4f878cc7ba018f') |