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

Antonio Rojas arojas at archlinux.org
Fri Jul 8 06:16:37 UTC 2016


    Date: Friday, July 8, 2016 @ 06:16:36
  Author: arojas
Revision: 182496

Use eigen3

Modified:
  python-openbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-08 05:42:51 UTC (rev 182495)
+++ PKGBUILD	2016-07-08 06:16:36 UTC (rev 182496)
@@ -5,13 +5,13 @@
 
 pkgname=('python-openbabel' 'python2-openbabel')
 pkgver=2.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Python bindings for the openbabel library'
 arch=('x86_64' 'i686')
 url='http://openbabel.org/wiki/Python'
 license=('GPL')
-depends=('gcc-libs' "openbabel=${pkgver}" 'eigen2')
-makedepends=('swig' 'cmake' 'python-setuptools' 'python2-setuptools')
+depends=('gcc-libs' "openbabel=${pkgver}")
+makedepends=('swig' 'cmake' 'python-setuptools' 'python2-setuptools' 'cairo' 'wxgtk2.8' 'eigen')
 source=("http://downloads.sourceforge.net/openbabel/openbabel-$pkgver.tar.gz"
         openbabel-gcc5.patch
         openbabel-swig3.patch)



More information about the arch-commits mailing list