diff options
author | root <root@rshg054.dnsready.net> | 2013-07-03 00:48:29 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-03 00:48:29 -0700 |
commit | 68e8645dcd1ce619af6d92f3645c43b15bc5ac71 (patch) | |
tree | fc71038e4bda87188130eebe5cee6d23bfda5472 /community/fcitx-configtool | |
parent | 8917cf5e44af1562114fe0d243dcea7d187c8047 (diff) |
Wed Jul 3 00:48:29 PDT 2013
Diffstat (limited to 'community/fcitx-configtool')
-rw-r--r-- | community/fcitx-configtool/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/fcitx-configtool/PKGBUILD b/community/fcitx-configtool/PKGBUILD index 00ed7aa7c..9094e8105 100644 --- a/community/fcitx-configtool/PKGBUILD +++ b/community/fcitx-configtool/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 82970 2013-01-26 07:06:27Z fyan $ +# $Id: PKGBUILD 93365 2013-07-02 09:47:22Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-configtool -pkgver=0.4.6 -pkgrel=1 +pkgver=0.4.7 +pkgrel=2 pkgdesc="GTK based config tool for Fcitx" arch=('i686' 'x86_64') url="http://fcitx.googlecode.com/" license=('GPL2') depends=("fcitx>=4.2.7" "gtk3" "iso-codes") -optdepends=('fcitx-qt: for some configuration windows') +optdepends=('fcitx-qt4: for some configuration windows') makedepends=("cmake") -source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz") +source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz") build() { cd "$srcdir/$pkgname-$pkgver" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('69eb7271883b0b7894ddab5a38ceeb2f') +sha512sums=('90ec9f4c30c46ea937f965173a4213b67d1cb360cc43b96af9899cdd5a0e35d34658ee7149ed10b3dc58d3851bc1712915db970fd2d25a976983b1037e380be2') |