summaryrefslogtreecommitdiff
path: root/extra/m17n-lib
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-04 10:40:59 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-04 10:40:59 -0300
commit1d3002e46bb10b50ac35a99b6d2e672cb2c4b2f9 (patch)
tree216bc7e920c66a705a160ab98ca99ebd3f692e8e /extra/m17n-lib
parente5ec91bd8051afc41414938217ee09c65aa6c7a2 (diff)
parent8bec6ab49870cd93d3fc53aca96b261cbec8065f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/hostapd/PKGBUILD community/polipo/PKGBUILD extra/libotf/PKGBUILD extra/libssh/PKGBUILD extra/m17n-lib/PKGBUILD
Diffstat (limited to 'extra/m17n-lib')
-rw-r--r--extra/m17n-lib/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/m17n-lib/PKGBUILD b/extra/m17n-lib/PKGBUILD
index a50806ff2..afa11f8f3 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
-pkgrel=1.2
+pkgver=1.6.4
+pkgrel=1
pkgdesc='Multilingual text processing library (runtimes)'
+url='http://www.nongnu.org/m17n/'
arch=('i686' 'x86_64' 'mips64el')
-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' '!distcc' '!makeflags')
-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}"