[arch-commits] Commit in m17n-db/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Thu Oct 21 00:45:20 UTC 2010


    Date: Wednesday, October 20, 2010 @ 20:45:20
  Author: bisson
Revision: 96425

upstream bugfix update, switch to using arch=any

Modified:
  m17n-db/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-20 22:29:24 UTC (rev 96424)
+++ PKGBUILD	2010-10-21 00:45:20 UTC (rev 96425)
@@ -3,15 +3,15 @@
 # Contributor: Camille Moncelier <pix at devlife.org>
 
 pkgname=m17n-db
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='A multilingual text processing library (database)'
-arch=('i686' 'x86_64')
+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=('e54dd611adbc2375b069d79d63e854452e0ce602')
+sha1sums=('086a8a0b98909dd08bd80b55819d2842052b69bd')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"




More information about the arch-commits mailing list