Date: Monday, September 7, 2015 @ 04:27:59 Author: fyan Revision: 139426
upgpkg: fcitx-unikey 0.2.5-1 Modified: fcitx-unikey/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-09-07 01:03:53 UTC (rev 139425) +++ PKGBUILD 2015-09-07 02:27:59 UTC (rev 139426) @@ -1,8 +1,8 @@ # $Id$ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> pkgname=fcitx-unikey -pkgver=0.2.4 +pkgver=0.2.5 pkgrel=1 pkgdesc="Fcitx Wrapper for unikey" arch=('i686' 'x86_64') @@ -9,10 +9,11 @@ url="http://code.google.com/p/fcitx" license=('GPL') depends=('fcitx') -optdepends=('qt4: To run the fcitx unikey macro editor') -makedepends=('cmake' 'qt4') +optdepends=('fcitx-qt4: To run the fcitx unikey macro editor') +makedepends=('cmake' 'fcitx-qt4') +install=fcitx-unikey.install source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz") -install=fcitx-unikey.install +sha512sums=('b70cbc468c44677a6f831ab92539dc01386eec66d8b40eba57efc7130a3811548b5b1e8213c278fd26d1eac169d43913a5fe0f3728e925c874e7360ccd93636a') build() { cd ${pkgname}-${pkgver} @@ -25,5 +26,3 @@ cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install } - -sha512sums=('d55fe71bbcbc420e0ba3ec61ad3c7e9293e33f30b6303d90591d5a94e89d7bbc513dc940ae5a081b81c0d973fa6674872a695eac03cfbbefb460609993219221')
