summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16717b161aaf..3c5291bd6aa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rdkit-inchi
pkgdesc = A collection of cheminformatics and machine-learning software written in C++ and Python. This version includes InChI support.
- pkgver = 2023_03_01
- pkgrel = 2
+ pkgver = 2023_03_1
+ pkgrel = 1
url = http://rdkit.org/
arch = i686
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = rdkit-inchi
conflicts = rdkit-git
conflicts = rdkit
conflicts = openbabel
- source = https://github.com/rdkit/rdkit/archive/Release_2023_03_01.tar.gz
+ source = https://github.com/rdkit/rdkit/archive/Release_2023_03_1.tar.gz
sha256sums = db346afbd0ba52c843926a2a62f8a38c7b774ffab37eaf382d789a824f21996c
pkgname = rdkit-inchi
diff --git a/PKGBUILD b/PKGBUILD
index 9fe09973f2bd..87bb707adba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Old Maintainers: Samo Turk <samo.turk@gmail.com>, Hector Mtz-Seara <hseara # gmail.com>
# Maintainer: Benjamin Smith <newzealandbenjy@gmail.com>
pkgname=rdkit-inchi
-pkgver=2023_03_01
-pkgrel=2
+pkgver=2023_03_1
+pkgrel=1
pkgdesc="A collection of cheminformatics and machine-learning software written in C++ and Python. This version includes InChI support."
arch=("i686" "x86_64" "armv7h")
url="http://rdkit.org/"