summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cb483d46e4c..97d6c91b05f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jul 10 13:15:30 UTC 2018
+# Tue Jul 10 13:34:33 UTC 2018
pkgbase = rdkit-python2
pkgdesc = RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python.
pkgver = 2018_03_2
- pkgrel = 2
+ pkgrel = 3
url = http://rdkit.org/
arch = i686
arch = x86_64
@@ -20,6 +20,7 @@ pkgbase = rdkit-python2
depends = python2-cairocffi
depends = python2-pillow
depends = inchi
+ depends = eigen3
provides = rdkit
conflicts = rdkit
conflicts = rdkit-git
diff --git a/PKGBUILD b/PKGBUILD
index 4ad46df0f7c2..cccafa6dc138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=rdkit-python2
_pkgname=RDKit
pkgver=2018_03_2
-pkgrel=2
+pkgrel=3
pkgdesc="RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python."
arch=("i686" "x86_64" "armv7h")
url="http://rdkit.org/"
license=('New BSD License')
-depends=( 'bison' 'boost' 'boost-libs' 'cmake' 'flex' 'python2' 'python2-numpy' 'sqlite3' 'python2-cairocffi' 'python2-pillow' 'inchi')
+depends=( 'bison' 'boost' 'boost-libs' 'cmake' 'flex' 'python2' 'python2-numpy' 'sqlite3' 'python2-cairocffi' 'python2-pillow' 'inchi' 'eigen3')
source=("https://github.com/rdkit/rdkit/archive/Release_${pkgver}.tar.gz")
sha256sums=('29eeba93e723f0f9d61e31cf0f89ec18ba942a7f9e416dbc1a92122fce08cbed')
provides=('rdkit')