summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO36
-rw-r--r--PKGBUILD4
2 files changed, 21 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07c0cec15f8f..8f1d3611c56d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,23 @@
pkgbase = rdkit-git-python3
- pkgdesc = RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python.
- pkgver = 20160107
- pkgrel = 1
- url = http://rdkit.org/
- arch = i686
- arch = x86_64
- license = New BSD License
- makedepends = git
- depends = bison
- depends = boost
- depends = boost-libs
- depends = cmake
- depends = flex
- depends = python
- depends = sqlite3
- depends = python-numpy
- provides = rdkit
+ pkgdesc = RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python.
+ pkgver = 20161007
+ pkgrel = 1
+ url = http://rdkit.org/
+ arch = i686
+ arch = x86_64
+ license = New BSD License
+ makedepends = git
+ depends = bison
+ depends = boost
+ depends = boost-libs
+ depends = cmake
+ depends = flex
+ depends = python
+ depends = sqlite3
+ depends = python-numpy
+ depends = python-cairocffi
+ depends = python-pillow
+ provides = rdkit
pkgname = rdkit-git-python3
diff --git a/PKGBUILD b/PKGBUILD
index c2cd6af79479..6e43e4073078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=rdkit-git-python3
_pkgname=RDKit
gitname=rdkit
-pkgver=20160107
+pkgver=20161007
pkgrel=1
pkgdesc="RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python."
arch=("i686" "x86_64")
url="http://rdkit.org/"
license=('New BSD License')
-depends=( 'bison' 'boost' 'boost-libs' 'cmake' 'flex' 'python' 'sqlite3' 'python-numpy')
+depends=( 'bison' 'boost' 'boost-libs' 'cmake' 'flex' 'python' 'sqlite3' 'python-numpy' 'python-cairocffi' 'python-pillow')
makedepends=('git')
source=("http://www.inchi-trust.org/download/104/INCHI-1-API.zip")
md5sums=('8447bf108af12fe66eecba41bbc89918')