diff options
author | root <root@rshg054.dnsready.net> | 2013-01-27 01:12:11 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-27 01:12:11 -0800 |
commit | 3ed565983048f1226dd3f258a3f0acaf04536dda (patch) | |
tree | 9ea304021502408af54b935da41441afb7e4bd62 /community/fcitx-unikey | |
parent | 7d3e94229ca9849421d263542eb2c61f64a91c10 (diff) |
Sun Jan 27 01:11:57 PST 2013
Diffstat (limited to 'community/fcitx-unikey')
-rw-r--r-- | community/fcitx-unikey/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/fcitx-unikey/PKGBUILD b/community/fcitx-unikey/PKGBUILD index 6c9c4b98b..e24627d9a 100644 --- a/community/fcitx-unikey/PKGBUILD +++ b/community/fcitx-unikey/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 81669 2012-12-26 11:38:22Z fyan $ +# $Id: PKGBUILD 82956 2013-01-26 06:38:02Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-unikey -pkgver=0.1.1 -pkgrel=3 +pkgver=0.2.0 +pkgrel=1 pkgdesc="Fcitx Wrapper for unikey" arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx" license=('GPL') -depends=('fcitx>=4.2.3') +depends=('fcitx>=4.2.7') optdepends=('qt: To run the fcitx unikey macro editor') makedepends=('cmake' 'intltool' 'qt') source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") @@ -29,4 +29,4 @@ package () cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } -md5sums=('91dc7bd6991df3c975a0b51a246836bf') +md5sums=('f1ffd6c8439e4d277eace994052d91da') |