Date: Sunday, July 6, 2014 @ 07:47:38 Author: bisson Revision: 216556
move anthy to makedepends Modified: uim/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-07-05 19:54:08 UTC (rev 216555) +++ PKGBUILD 2014-07-06 05:47:38 UTC (rev 216556) @@ -4,13 +4,13 @@ pkgname=uim pkgver=1.8.6 -pkgrel=2 +pkgrel=3 pkgdesc='Multilingual input method library' url='http://code.google.com/p/uim/' license=('custom:BSD') arch=('i686' 'x86_64') -depends=('libxft' 'libedit' 'anthy' 'm17n-lib') -makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3') +depends=('libxft' 'libedit' 'm17n-lib') +makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'anthy') optdepends=('qt4: immodule and helper applications' 'gtk2: immodule and helper applications' 'gtk3: immodules and helper applications')
