diff options
author | root <root@rshg054.dnsready.net> | 2012-12-04 02:27:34 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-04 02:27:34 -0800 |
commit | 8fb920e1b30f4a0c0b5ed64a44a85db94b60cf3a (patch) | |
tree | 388f72bc691c047458cabbaaf5fe9d5b4931c0de /extra/m17n-lib | |
parent | cd3e25625999a62fa1c10e233f371a30d03f67c8 (diff) |
Tue Dec 4 02:21:34 PST 2012
Diffstat (limited to 'extra/m17n-lib')
-rw-r--r-- | extra/m17n-lib/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/m17n-lib/PKGBUILD b/extra/m17n-lib/PKGBUILD index 79f265f48..c2e8511e2 100644 --- a/extra/m17n-lib/PKGBUILD +++ b/extra/m17n-lib/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 140555 2011-10-17 07:25:46Z bisson $ +# $Id: PKGBUILD 172459 2012-12-03 05:46:31Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Camille Moncelier <pix@devlife.org> pkgname=m17n-lib -pkgver=1.6.3 +pkgver=1.6.4 pkgrel=1 pkgdesc='Multilingual text processing library (runtimes)' +url='http://www.nongnu.org/m17n/' arch=('i686' 'x86_64') -url='http://www.m17n.org/m17n-lib/' license=('GPL') depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf') optdepends=('anthy: to use the anthy input method') -options=('!libtool' '!emptydirs') -source=("http://www.m17n.org/m17n-lib-download/${pkgname}-${pkgver}.tar.gz") -sha1sums=('b3a725b1c417f167f6b2c6b7889b7d728a1e6b8f') +options=('!makeflags' '!libtool' '!emptydirs') +source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz") +sha1sums=('83f2fc4facfd70a580bb95d9381eac7472d85171') build() { cd "${srcdir}/${pkgname}-${pkgver}" |