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

Andrea Scarpino andrea at archlinux.org
Sat Jul 25 11:22:20 UTC 2009


    Date: Saturday, July 25, 2009 @ 07:22:20
  Author: andrea
Revision: 47692

upgpkg: openbabel 2.2.2-1
    upstream

Modified:
  openbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-25 08:26:56 UTC (rev 47691)
+++ PKGBUILD	2009-07-25 11:22:20 UTC (rev 47692)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=openbabel
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="A library designed to interconvert between many file formats used in molecular modeling and computational chemistry."
 arch=('i686' 'x86_64')
@@ -12,10 +12,11 @@
 depends=('gcc-libs' 'libxml2')
 options=('!libtool')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('1c9cc42bb212aef3b6e50c00460b2fe6')
+md5sums=('0d9c12c500749df7269f9e7ac742e94a')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
+
   ./configure --prefix=/usr
   make || return 1
   make prefix=${pkgdir}/usr install




More information about the arch-commits mailing list