summaryrefslogtreecommitdiff
path: root/extra/anthy/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/anthy/PKGBUILD')
-rw-r--r--extra/anthy/PKGBUILD6
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
}