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

Antonio Rojas arojas at archlinux.org
Wed May 6 10:20:08 UTC 2020


    Date: Wednesday, May 6, 2020 @ 10:20:07
  Author: arojas
Revision: 382377

Depend on coordgen since the cmake config depends on it

Modified:
  openbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 09:40:07 UTC (rev 382376)
+++ PKGBUILD	2020-05-06 10:20:07 UTC (rev 382377)
@@ -5,7 +5,7 @@
 pkgbase=openbabel
 pkgname=(openbabel python-openbabel)
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library designed to interconvert between many file formats used in molecular modeling and computational chemistry"
 arch=('x86_64')
 url="https://openbabel.org/wiki/Main_Page"
@@ -32,8 +32,8 @@
 }
 
 package_openbabel() {
-  depends=('libxml2' 'libsm')
-  optdepends=('wxgtk3: GUI interface' 'maeparser: maestro format support')
+  depends=('libxml2' 'libsm' 'coordgen')
+  optdepends=('wxgtk3: GUI interface')
 
   cd build
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list