diff options
author | root <root@rshg054.dnsready.net> | 2013-03-22 00:05:48 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-22 00:05:48 -0700 |
commit | 6b3123e5628817e3cef9c44989dffd21c49b0817 (patch) | |
tree | 4f90f61ad34554f75c2ae8b435b6e0d2d8b480e0 /community/fcitx-libpinyin | |
parent | 76b6359ba6b2c7cce2f0b0725c7ecd831563cabf (diff) |
Fri Mar 22 00:05:47 PDT 2013
Diffstat (limited to 'community/fcitx-libpinyin')
-rw-r--r-- | community/fcitx-libpinyin/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/community/fcitx-libpinyin/PKGBUILD b/community/fcitx-libpinyin/PKGBUILD index 875b3f05f..be64771e9 100644 --- a/community/fcitx-libpinyin/PKGBUILD +++ b/community/fcitx-libpinyin/PKGBUILD @@ -1,19 +1,18 @@ -# $Id: PKGBUILD 81661 2012-12-26 06:37:02Z fyan $ +# $Id: PKGBUILD 86671 2013-03-21 01:29:43Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: poplarch <poplarch@gmail.com> pkgname=fcitx-libpinyin -pkgver=0.2.1 -pkgrel=3 +pkgver=0.2.90 +pkgrel=1 pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin" arch=('i686' 'x86_64') url="https://github.com/fcitx/fcitx-libpinyin" license=('GPL') -depends=('fcitx>=4.2.0' 'libpinyin>=0.3.0') +depends=('fcitx' 'libpinyin') makedepends=('cmake' 'intltool' 'wget') -provides=('fcitx-libpinyin') source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") -install='fcitx-libpinyin.install' +install=$pkgname.install build() { cd "$srcdir/${pkgname}-${pkgver}" @@ -32,4 +31,4 @@ package() { cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } -md5sums=('9ff621f6f16ab426ff01652b1ffc06a7') +md5sums=('b19526c18102d8c240f2933d21bbbc81') |