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

Eric Bélanger eric at archlinux.org
Tue Feb 24 05:16:08 UTC 2009


    Date: Tuesday, February 24, 2009 @ 00:16:08
  Author: eric
Revision: 27642

upgpkg: mhash 0.9.9.9-1
    Upstream update

Modified:
  mhash/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-24 04:51:21 UTC (rev 27641)
+++ PKGBUILD	2009-02-24 05:16:08 UTC (rev 27642)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=mhash
-pkgver=0.9.9
+pkgver=0.9.9.9
 pkgrel=1
 pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA-1, HAVAL, etc"
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 depends=('glibc')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/mhash/$pkgname-$pkgver.tar.bz2)
-md5sums=('d113a853e0ac21c49c5a1acea0daaade')
+md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-static
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-static || return 1
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make prefix=$pkgdir/usr install || return 1
 }




More information about the arch-commits mailing list