diff options
Diffstat (limited to 'community/ibus-anthy/PKGBUILD')
-rw-r--r-- | community/ibus-anthy/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/ibus-anthy/PKGBUILD b/community/ibus-anthy/PKGBUILD index ec3e113a2..d60d1ab20 100644 --- a/community/ibus-anthy/PKGBUILD +++ b/community/ibus-anthy/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 96949 2013-09-09 05:39:55Z fyan $ +# $Id: PKGBUILD 99811 2013-10-31 01:51:20Z allan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Rainy <rainylau(at)gmail(dot)com> # Contributor: Lee.MaRS <leemars at gmail dot com> @@ -13,7 +13,6 @@ license=('LGPL') url='http://ibus.googlecode.com' depends=('ibus' 'anthy' 'python2' 'pygtk' 'gtk-update-icon-cache') makedepends=('swig' 'intltool') -options=('!libtool') install=$pkgname.install source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") |