summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAthemis2019-01-21 12:30:38 +0100
committerAthemis2019-01-21 12:30:38 +0100
commit713f26ef6e39f371b3d2761847231e99be138037 (patch)
tree1af5f467bcfcf3d78beac3a0e7ae9cb55a24f467
parentf69462d7d330b15ec78dd89536833a818e15b43b (diff)
downloadaur-713f26ef6e39f371b3d2761847231e99be138037.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 5a006e697b74..9d433967d326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Aug 7 07:21:54 UTC 2018
+# Mon Jan 21 11:30:26 UTC 2019
pkgbase = rdkit-python2
pkgdesc = RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python.
- pkgver = 2018_03_3
+ pkgver = 2018_09_1
pkgrel = 1
url = http://rdkit.org/
arch = i686
@@ -24,8 +24,8 @@ pkgbase = rdkit-python2
provides = rdkit
conflicts = rdkit
conflicts = rdkit-git
- source = https://github.com/rdkit/rdkit/archive/Release_2018_03_3.tar.gz
- sha256sums = f8577a8f46dcc140acf3bcd3a2f50ba3e1a333d0f24b52d63832c96754b2bb1f
+ source = https://github.com/rdkit/rdkit/archive/Release_2018_09_1.tar.gz
+ sha256sums = 61c14652a05a6f6b216ff099381c4dd32048861ba9d96f75a017084e81848baa
pkgname = rdkit-python2
diff --git a/PKGBUILD b/PKGBUILD
index 1939d8df4286..b9c73288fb57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Samo Turk <samo.turk@gmail.com>
pkgname=rdkit-python2
_pkgname=RDKit
-pkgver=2018_03_3
+pkgver=2018_09_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' 'inchi' 'eigen3')
source=("https://github.com/rdkit/rdkit/archive/Release_${pkgver}.tar.gz")
-sha256sums=('f8577a8f46dcc140acf3bcd3a2f50ba3e1a333d0f24b52d63832c96754b2bb1f')
+sha256sums=('61c14652a05a6f6b216ff099381c4dd32048861ba9d96f75a017084e81848baa')
provides=('rdkit')
conflicts=('rdkit' 'rdkit-git')