summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Minges2019-09-13 13:51:06 +0200
committerAlexander Minges2019-09-13 13:51:06 +0200
commitefc58e6d7749c98ade1b1b5c2ca8cb193cf5bd2d (patch)
treeaa1b930ef6d7abdd0e8ff975e285208180bed451
parent7a1d34a59c3a8a9f6a22086725d89d488cf3e5a0 (diff)
downloadaur-efc58e6d7749c98ade1b1b5c2ca8cb193cf5bd2d.tar.gz
remove inchi dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fab7db98eed..f0f020808c85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rdkit
pkgdesc = RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python.
pkgver = 2019_03_4
- pkgrel = 1
+ pkgrel = 2
url = http://rdkit.org/
arch = i686
arch = x86_64
@@ -17,7 +17,6 @@ pkgbase = rdkit
depends = sqlite3
depends = python-cairocffi
depends = python-pillow
- depends = inchi
depends = eigen3
conflicts = rdkit-python2
conflicts = rdkit-git
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')