summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Minges2019-10-31 15:54:26 +0100
committerAlexander Minges2019-10-31 15:54:26 +0100
commit4d4c20c39617d73cd81c11fed9df1185b604a8fd (patch)
treecc11a91fec265332dea17a51d9856b366076304f
parentefc58e6d7749c98ade1b1b5c2ca8cb193cf5bd2d (diff)
downloadaur-4d4c20c39617d73cd81c11fed9df1185b604a8fd.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0f020808c85..ecf2ee53264b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rdkit
pkgdesc = RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python.
- pkgver = 2019_03_4
- pkgrel = 2
+ pkgver = 2019_09_1
+ pkgrel = 1
url = http://rdkit.org/
arch = i686
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = rdkit
depends = eigen3
conflicts = rdkit-python2
conflicts = rdkit-git
- source = https://github.com/rdkit/rdkit/archive/Release_2019_03_4.tar.gz
- sha256sums = 33c8eb5b3162296662ec06f8dd58e11fc21fa2ebcb13b456fcb3c4f3a39a357c
+ source = https://github.com/rdkit/rdkit/archive/Release_2019_09_1.tar.gz
+ sha256sums = bfcb3c094cd0e7ec6fbebacde71f29f61df71601eb3d577eb295fd45771513eb
pkgname = rdkit
diff --git a/PKGBUILD b/PKGBUILD
index cf2f2453cf0f..1aa605ec6cdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Samo Turk <samo.turk@gmail.com>
pkgname=rdkit
_pkgname=RDKit
-pkgver=2019_03_4
-pkgrel=2
+pkgver=2019_09_1
+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' 'python' 'python-numpy' 'sqlite3' 'python-cairocffi' 'python-pillow' 'eigen3' )
source=("https://github.com/rdkit/rdkit/archive/Release_${pkgver}.tar.gz")
-sha256sums=('33c8eb5b3162296662ec06f8dd58e11fc21fa2ebcb13b456fcb3c4f3a39a357c')
+sha256sums=('bfcb3c094cd0e7ec6fbebacde71f29f61df71601eb3d577eb295fd45771513eb')
conflicts=('rdkit-python2' 'rdkit-git')
build() {