diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-01 03:54:24 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-01 03:54:24 +0000 |
commit | 88933a383866089c23f6d62783a6a24ab211e872 (patch) | |
tree | 06df2798b84f9e12ebbef88948c0e5b2a3227e99 /extra/anthy | |
parent | ffb384c05abcdb9c7a7d9df8407b8efc8caa78de (diff) |
Tue Jul 1 03:46:37 UTC 2014
Diffstat (limited to 'extra/anthy')
-rw-r--r-- | extra/anthy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/anthy/PKGBUILD b/extra/anthy/PKGBUILD index 5f41b74e2..d60421b5c 100644 --- a/extra/anthy/PKGBUILD +++ b/extra/anthy/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 197859 2013-10-30 11:18:33Z allan $ +# $Id: PKGBUILD 215706 2014-06-30 10:18:10Z bisson $ # Contributor: damir <damir@archlinux.org> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Maintainer: Gaetan Bisson <bisson@archlinux.org> @@ -6,7 +6,7 @@ pkgname=anthy pkgver=9100h _filecode=37536 -pkgrel=3 +pkgrel=4 pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method' arch=('i686' 'x86_64') url='http://sourceforge.jp/projects/anthy/' @@ -16,7 +16,7 @@ sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc --disable-static + ./configure --prefix=/usr --sysconfdir=/etc make } |