[arch-commits] Commit in m17n-db/trunk (PKGBUILD)
Gaetan Bisson
bisson at archlinux.org
Wed Nov 28 06:10:57 UTC 2012
Date: Wednesday, November 28, 2012 @ 01:10:56
Author: bisson
Revision: 172093
upstream update
Modified:
m17n-db/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-11-28 06:10:48 UTC (rev 172092)
+++ PKGBUILD 2012-11-28 06:10:56 UTC (rev 172093)
@@ -4,15 +4,15 @@
# Contributor: Camille Moncelier <pix at devlife.org>
pkgname=m17n-db
-pkgver=1.6.3
+pkgver=1.6.4
pkgrel=1
pkgdesc='Multilingual text processing library (database)'
+url='http://www.nongnu.org/m17n/'
arch=('any')
-url='http://www.m17n.org/m17n-lib/'
license=('GPL')
depends=('glibc') # not because of compiling, but because of /usr/share/i18n/charmaps/ files that glibc provides
-source=("http://www.m17n.org/m17n-lib-download/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('01a090ceeed5a4830d9037daee5b7c4a7c27fdb5')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('756fd10b8d7fe66a14350443f307bcf95347c695')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list