summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Minges2019-09-13 13:51:06 +0200
committerAlexander Minges2019-09-13 13:51:06 +0200
commitefc58e6d7749c98ade1b1b5c2ca8cb193cf5bd2d (patch)
treeaa1b930ef6d7abdd0e8ff975e285208180bed451 /PKGBUILD
parent7a1d34a59c3a8a9f6a22086725d89d488cf3e5a0 (diff)
downloadaur-efc58e6d7749c98ade1b1b5c2ca8cb193cf5bd2d.tar.gz
remove inchi dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a6357fa6bc2..cf2f2453cf0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=rdkit
_pkgname=RDKit
pkgver=2019_03_4
-pkgrel=1
+pkgrel=2
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' 'python' 'python-numpy' 'sqlite3' 'python-cairocffi' 'python-pillow' 'inchi' 'eigen3' )
+depends=( 'bison' 'boost' 'boost-libs' 'cmake' 'flex' 'python' 'python-numpy' 'sqlite3' 'python-cairocffi' 'python-pillow' 'eigen3' )
source=("https://github.com/rdkit/rdkit/archive/Release_${pkgver}.tar.gz")
sha256sums=('33c8eb5b3162296662ec06f8dd58e11fc21fa2ebcb13b456fcb3c4f3a39a357c')
conflicts=('rdkit-python2' 'rdkit-git')