summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAthemis2019-01-21 12:18:47 +0100
committerAthemis2019-01-21 12:18:47 +0100
commit1a790a8756bee5e39a5efc751c3ed5b4af30ea49 (patch)
treeaa6209a78db88699cd969aed8a6fd30451d0610e
parent2f41f0374c67df5f4fe9b35a81ce50c5f1dd2358 (diff)
downloadaur-1a790a8756bee5e39a5efc751c3ed5b4af30ea49.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 9a3d7ade34a3..ea9285714983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Aug 7 07:20:51 UTC 2018
+# Mon Jan 21 11:18:36 UTC 2019
pkgbase = rdkit
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
@@ -23,8 +23,8 @@ pkgbase = rdkit
depends = eigen3
conflicts = rdkit-python2
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
diff --git a/PKGBUILD b/PKGBUILD
index 557be173d9a1..850b22e4cb48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Samo Turk <samo.turk@gmail.com>
pkgname=rdkit
_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")
@@ -9,7 +9,7 @@ url="http://rdkit.org/"
license=('New BSD License')
depends=( 'bison' 'boost' 'boost-libs' 'cmake' 'flex' 'python' 'python-numpy' 'sqlite3' 'python-cairocffi' 'python-pillow' 'inchi' 'eigen3' )
source=("https://github.com/rdkit/rdkit/archive/Release_${pkgver}.tar.gz")
-sha256sums=('f8577a8f46dcc140acf3bcd3a2f50ba3e1a333d0f24b52d63832c96754b2bb1f')
+sha256sums=('61c14652a05a6f6b216ff099381c4dd32048861ba9d96f75a017084e81848baa')
conflicts=('rdkit-python2' 'rdkit-git')
build() {