summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAthemis2018-05-02 13:35:15 +0200
committerAthemis2018-05-02 13:35:15 +0200
commit31d2c56653dc7a46a80e25724b171360522ee89d (patch)
tree1ce0d79d93b0952103a4a323b218d93e78fe40fc
parentba8fa4597759abedef06455d6311c3ce536c4daa (diff)
downloadaur-31d2c56653dc7a46a80e25724b171360522ee89d.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04ee5a9e2621..b62b0ab8fee4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 31 15:12:27 UTC 2018
+# Wed May 2 11:34:59 UTC 2018
pkgbase = rdkit-python2
pkgdesc = RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python.
- pkgver = 2017_09_3
+ pkgver = 2018_03_1
pkgrel = 1
url = http://rdkit.org/
arch = i686
@@ -21,9 +21,9 @@ pkgbase = rdkit-python2
depends = python2-pillow
provides = rdkit
conflicts = rdkit,rdkit-git
- source = https://github.com/rdkit/rdkit/archive/Release_2017_09_3.tar.gz
+ source = https://github.com/rdkit/rdkit/archive/Release_2018_03_1.tar.gz
source = http://www.inchi-trust.org/download/104/INCHI-1-API.zip
- sha256sums = 6a4d9e9eb0ca06cbcdc20505f0c6ea0b1167b4dcdf7d1185871ba16ce701a5f4
+ sha256sums = 9edac0f57c963947b59dfe6f5a84cf3bd2d93ca7111d4d3cf883c9c61756905d
sha256sums = c187573c0f6a1fcd555393315383bd1f69563ee47bd43c898f17c473b7bb690a
pkgname = rdkit-python2
diff --git a/PKGBUILD b/PKGBUILD
index 89eea719e1c6..33bc40df719b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Samo Turk <samo.turk@gmail.com>
pkgname=rdkit-python2
_pkgname=RDKit
-pkgver=2017_09_3
+pkgver=2018_03_1
pkgrel=1
pkgdesc="RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python."
arch=("i686" "x86_64" "armv7h")
@@ -10,7 +10,7 @@ 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")
-sha256sums=('6a4d9e9eb0ca06cbcdc20505f0c6ea0b1167b4dcdf7d1185871ba16ce701a5f4'
+sha256sums=('9edac0f57c963947b59dfe6f5a84cf3bd2d93ca7111d4d3cf883c9c61756905d'
'c187573c0f6a1fcd555393315383bd1f69563ee47bd43c898f17c473b7bb690a')
provides=('rdkit')
conflicts=('rdkit','rdkit-git')