[arch-commits] Commit in mhash/repos (extra-x86_64 extra-x86_64/PKGBUILD)

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


    Date: Tuesday, February 24, 2009 @ 00:16:32
  Author: eric
Revision: 27643

Merged revisions 356,27642 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/mhash/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r27642 | eric | 2009-02-24 00:16:08 -0500 (Tue, 24 Feb 2009) | 2 lines
  
  upgpkg: mhash 0.9.9.9-1
      Upstream update
........

Modified:
  mhash/repos/extra-x86_64/	(properties)
  mhash/repos/extra-x86_64/PKGBUILD

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


Property changes on: mhash/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /mhash/trunk:1
   + /mhash/trunk:1-27642

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-24 05:16:08 UTC (rev 27642)
+++ extra-x86_64/PKGBUILD	2009-02-24 05:16:32 UTC (rev 27643)
@@ -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