summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAthemis2018-06-06 14:26:31 +0200
committerAthemis2018-06-06 14:26:31 +0200
commitb89089cf8c62824cab48437ab611499a6430cad0 (patch)
tree2f6546ed60aa6158a223eace14421c89c3b196ab
parent023159e64b4efd09ec832ba902f6766ffb3ebd10 (diff)
downloadaur-b89089cf8c62824cab48437ab611499a6430cad0.tar.gz
version bump to current release
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 732db4bddbdf..834e2a858225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 2 12:07:07 UTC 2018
+# Wed Jun 6 12:26:09 UTC 2018
pkgbase = rdkit-python2
pkgdesc = RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python.
- pkgver = 2018_03_1
- pkgrel = 2
+ pkgver = 2018_03_2
+ pkgrel = 1
url = http://rdkit.org/
arch = i686
arch = x86_64
@@ -20,10 +20,11 @@ pkgbase = rdkit-python2
depends = python2-cairocffi
depends = python2-pillow
provides = rdkit
- conflicts = rdkit,rdkit-git
- source = https://github.com/rdkit/rdkit/archive/Release_2018_03_1.tar.gz
+ conflicts = rdkit
+ conflicts = rdkit-git
+ source = https://github.com/rdkit/rdkit/archive/Release_2018_03_2.tar.gz
source = http://www.inchi-trust.org/download/105/INCHI-1-SRC.zip
- sha256sums = 9edac0f57c963947b59dfe6f5a84cf3bd2d93ca7111d4d3cf883c9c61756905d
+ sha256sums = 29eeba93e723f0f9d61e31cf0f89ec18ba942a7f9e416dbc1a92122fce08cbed
sha256sums = 4ac311ca3a16fa75d695ec4fc711e74045c6d6c882dea0dd1055961fba643720
pkgname = rdkit-python2
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}