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

Andrea Scarpino andrea at archlinux.org
Thu Apr 2 15:28:26 UTC 2009


    Date: Thursday, April 2, 2009 @ 11:28:26
  Author: andrea
Revision: 32904

upgpkg: openbabel 2.2.1-1

Modified:
  openbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-02 15:19:27 UTC (rev 32903)
+++ PKGBUILD	2009-04-02 15:28:26 UTC (rev 32904)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: damir <damir at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=openbabel
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="A library designed to interconvert between many file formats used in molecular modeling and computational chemistry."
 arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@
 license=('GPL')
 depends=('gcc-libs' 'libxml2')
 options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/openbabel/$pkgname-$pkgver.tar.gz")
-md5sums=('643a18c7ba09254d36e93afd6277346f')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('1c9cc42bb212aef3b6e50c00460b2fe6')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make prefix=${pkgdir}/usr install
 }




More information about the arch-commits mailing list