diff options
Diffstat (limited to 'community/python-openbabel')
-rw-r--r-- | community/python-openbabel/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/python-openbabel/PKGBUILD b/community/python-openbabel/PKGBUILD index b986d80c2..53b156bac 100644 --- a/community/python-openbabel/PKGBUILD +++ b/community/python-openbabel/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 96310 2013-08-24 20:06:01Z arodseth $ +# $Id: PKGBUILD 99971 2013-10-31 02:45:56Z allan $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Michal Bozon <bozonm@vscht.cz> @@ -12,7 +12,6 @@ url='http://openbabel.org/wiki/Python' license=('GPL') depends=('gcc-libs' "openbabel=${pkgver}" 'eigen2') makedepends=('swig' 'cmake' 'python-setuptools' 'python2-setuptools') -options=('!libtool') source=("http://downloads.sourceforge.net/openbabel/openbabel-$pkgver.tar.gz") sha256sums=('4eaca26679aa6cc85ebf96af19191472ac63ca442c36b0427b369c3a25705188') |