summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAthemis2018-06-06 14:26:31 +0200
committerAthemis2018-06-06 14:26:31 +0200
commitb89089cf8c62824cab48437ab611499a6430cad0 (patch)
tree2f6546ed60aa6158a223eace14421c89c3b196ab /PKGBUILD
parent023159e64b4efd09ec832ba902f6766ffb3ebd10 (diff)
downloadaur-b89089cf8c62824cab48437ab611499a6430cad0.tar.gz
version bump to current release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4b8150fcdc9..62d2786aedd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Samo Turk <samo.turk@gmail.com>
pkgname=rdkit-python2
_pkgname=RDKit
-pkgver=2018_03_1
-pkgrel=2
+pkgver=2018_03_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/105/INCHI-1-SRC.zip")
-sha256sums=('9edac0f57c963947b59dfe6f5a84cf3bd2d93ca7111d4d3cf883c9c61756905d'
+sha256sums=('29eeba93e723f0f9d61e31cf0f89ec18ba942a7f9e416dbc1a92122fce08cbed'
'4ac311ca3a16fa75d695ec4fc711e74045c6d6c882dea0dd1055961fba643720')
provides=('rdkit')
-conflicts=('rdkit','rdkit-git')
+conflicts=('rdkit' 'rdkit-git')
build() {
cd ${srcdir}