summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAthemis2018-01-31 16:12:37 +0100
committerAthemis2018-01-31 16:12:37 +0100
commitba8fa4597759abedef06455d6311c3ce536c4daa (patch)
treea5eb94d9dcbcd1aa4edeedb4cf42337c2c28cbad /PKGBUILD
parentc7b47b5fac4a683a64c0190dde93df7378e6ce1c (diff)
downloadaur-ba8fa4597759abedef06455d6311c3ce536c4daa.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b2bd271c8d0..89eea719e1c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Samo Turk <samo.turk@gmail.com>
pkgname=rdkit-python2
_pkgname=RDKit
-pkgver=2017_09_2
+pkgver=2017_09_3
pkgrel=1
pkgdesc="RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python."
arch=("i686" "x86_64" "armv7h")
@@ -10,8 +10,8 @@ url="http://rdkit.org/"
license=('New BSD License')
depends=( 'bison' 'boost' 'boost-libs' 'cmake' 'flex' 'python2' 'python2-numpy' 'sqlite3' 'python2-cairocffi' 'python2-pillow')
source=("https://github.com/rdkit/rdkit/archive/Release_${pkgver}.tar.gz" "http://www.inchi-trust.org/download/104/INCHI-1-API.zip")
-md5sums=('c696c0700f485d2bdc38d04c7844a2b1'
- '8447bf108af12fe66eecba41bbc89918')
+sha256sums=('6a4d9e9eb0ca06cbcdc20505f0c6ea0b1167b4dcdf7d1185871ba16ce701a5f4'
+ 'c187573c0f6a1fcd555393315383bd1f69563ee47bd43c898f17c473b7bb690a')
provides=('rdkit')
conflicts=('rdkit','rdkit-git')