summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVedran Miletić2024-05-06 20:53:49 +0200
committerVedran Miletić2024-05-06 20:53:49 +0200
commit771ef082270f2dfdd574419245f9a72a6f1fc59d (patch)
treea8f5128f7d91ee9aa322314a2949abea11a3c5cc
parent25687b4b15a23c1c2c1418b001b990190743ce85 (diff)
downloadaur-rdkit.tar.gz
Update version to 2024_03_2
Also remove obsolete conflicts and redundant provides.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39e023b6339a..ee1424176882 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rdkit
pkgdesc = RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python.
- pkgver = 2024_03_1
+ pkgver = 2024_03_2
pkgrel = 1
url = http://rdkit.org/
arch = i686
arch = x86_64
arch = armv7h
license = BSD
- makedepends = cmake>=3.1
+ makedepends = cmake>=3.14
depends = python
depends = python-numpy
depends = python-cairocffi
@@ -17,10 +17,8 @@ pkgbase = rdkit
depends = sqlite
depends = cairo
depends = eigen
- provides = rdkit
- conflicts = rdkit-python2
conflicts = rdkit-git
- source = https://github.com/rdkit/rdkit/archive/Release_2024_03_1.tar.gz
- sha256sums = 5afe78c3d3358fec83f891eb822c0ad07a40ce3709da58071892bce1ea56585b
+ source = https://github.com/rdkit/rdkit/archive/Release_2024_03_2.tar.gz
+ sha256sums = 63d33aa44dba1f37a303f6d125cb02bdb0755fb65ac0f0c75b56d775798605cf
pkgname = rdkit
diff --git a/PKGBUILD b/PKGBUILD
index e6a07e001279..4788bc2b763a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,21 @@
# Maintainer: Vedran Miletic <vedran AT miletic DOT net>
# Contributor: Samo Turk <samo.turk@gmail.com>
pkgname=rdkit
-pkgver=2024_03_1
+pkgver=2024_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=('BSD')
depends=(python python-numpy python-cairocffi python-pillow boost boost-libs sqlite cairo eigen)
-makedepends=('cmake>=3.1')
+makedepends=('cmake>=3.14')
source=(
"https://github.com/rdkit/rdkit/archive/Release_${pkgver}.tar.gz"
)
sha256sums=(
- '5afe78c3d3358fec83f891eb822c0ad07a40ce3709da58071892bce1ea56585b'
+ '63d33aa44dba1f37a303f6d125cb02bdb0755fb65ac0f0c75b56d775798605cf'
)
-conflicts=('rdkit-python2' 'rdkit-git')
-provides=(rdkit)
+conflicts=('rdkit-git')
build() {