summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamoturk2017-06-07 22:03:48 +0200
committersamoturk2017-06-07 22:03:48 +0200
commitd58414e40e69e5734e62d902b2ec054559b441f9 (patch)
tree2e0d54845ec1a00007146fa928787245d25863ef
parentf880365958cb9494b5c16f7f688ff6434727b7bd (diff)
downloadaur-d58414e40e69e5734e62d902b2ec054559b441f9.tar.gz
2017_03_2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5891f366ff3e..123ae9d16af4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rdkit
pkgdesc = RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python.
- pkgver = 2017_03_1
+ pkgver = 2017_03_2
pkgrel = 1
url = http://rdkit.org/
arch = i686
@@ -20,7 +20,7 @@ pkgbase = rdkit
provides = rdkit
source = https://github.com/rdkit/rdkit/archive/Release_2017_03_1.tar.gz
source = http://www.inchi-trust.org/download/104/INCHI-1-API.zip
- md5sums = e0ae4f922cc60cae1cf891bd0aadbaa5
+ md5sums = c835bbd363154afcd2801881b891c19b
md5sums = 8447bf108af12fe66eecba41bbc89918
pkgname = rdkit
diff --git a/PKGBUILD b/PKGBUILD
index 5ef578875641..5d92c5d30e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Samo Turk <samo.turk@gmail.com>
pkgname=rdkit
_pkgname=RDKit
-pkgver=2017_03_1
+pkgver=2017_03_2
pkgrel=1
pkgdesc="RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python."
arch=("i686" "x86_64" "armv7h")
@@ -9,7 +9,7 @@ url="http://rdkit.org/"
license=('New BSD License')
depends=( 'bison' 'boost' 'boost-libs' 'cmake' 'flex' 'python' 'python-numpy' 'sqlite3' 'python-cairocffi' 'python-pillow')
source=("https://github.com/rdkit/rdkit/archive/Release_${pkgver}.tar.gz" "http://www.inchi-trust.org/download/104/INCHI-1-API.zip")
-md5sums=('e0ae4f922cc60cae1cf891bd0aadbaa5' '8447bf108af12fe66eecba41bbc89918')
+md5sums=('c835bbd363154afcd2801881b891c19b' '8447bf108af12fe66eecba41bbc89918')
provides=('rdkit')
conflicts=('rdkit','rdkit-git')