summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Minges2018-01-05 01:14:50 +0100
committerAlexander Minges2018-01-05 01:14:50 +0100
commitc7b47b5fac4a683a64c0190dde93df7378e6ce1c (patch)
tree31bd4ac9ac43411e7a6ee6860765b62799fb40ce /PKGBUILD
parent6a671048624e28991d84d0ee61642f5b593972d8 (diff)
downloadaur-c7b47b5fac4a683a64c0190dde93df7378e6ce1c.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 66b9ce636aaa..9b2bd271c8d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Samo Turk <samo.turk@gmail.com>
pkgname=rdkit-python2
_pkgname=RDKit
-pkgver=2017_03_2
-pkgrel=2
+pkgver=2017_09_2
+pkgrel=1
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' '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=('c835bbd363154afcd2801881b891c19b'
+md5sums=('c696c0700f485d2bdc38d04c7844a2b1'
'8447bf108af12fe66eecba41bbc89918')
provides=('rdkit')
conflicts=('rdkit','rdkit-git')