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

Allan McRae allan at archlinux.org
Thu Jan 15 09:54:48 UTC 2009


    Date: Thursday, January 15, 2009 @ 04:54:48
  Author: allan
Revision: 24207

upgpkg: m17n-db 1.5.3-1

Modified:
  m17n-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-15 09:49:24 UTC (rev 24206)
+++ PKGBUILD	2009-01-15 09:54:48 UTC (rev 24207)
@@ -3,20 +3,20 @@
 # Contributor: Camille Moncelier <pix at devlife.org>
 
 pkgname=m17n-db
-pkgver=1.3.4
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="A multilingual text processing library (database)"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.m17n.org/m17n-lib/"
-license=GPL
+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)
-md5sums=('41dee6d06743b83a6950d5d0a500cef6')
+md5sums=('0fdf4582389bb8de75de88caffdd0776')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install
 }
 




More information about the arch-commits mailing list