diff options
Diffstat (limited to 'extra/m17n-lib/PKGBUILD')
-rw-r--r-- | extra/m17n-lib/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/m17n-lib/PKGBUILD b/extra/m17n-lib/PKGBUILD index 05dbe22ef..7e929189e 100644 --- a/extra/m17n-lib/PKGBUILD +++ b/extra/m17n-lib/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 189865 2013-07-10 07:26:56Z bpiotrowski $ +# $Id: PKGBUILD 198314 2013-10-30 14:06:49Z allan $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Camille Moncelier <pix@devlife.org> @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') license=('GPL') depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf') optdepends=('anthy: to use the anthy input method') -options=('!makeflags' '!libtool' '!emptydirs') +options=('!makeflags' '!emptydirs') source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz") sha1sums=('83f2fc4facfd70a580bb95d9381eac7472d85171') |