summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVedran Miletić2023-08-04 22:40:50 +0200
committerVedran Miletić2023-08-04 22:40:50 +0200
commitcf616d8906bbdc84d5be58f8a51125c197ae3921 (patch)
tree9ac0f26ad4d1060552f7ce8e7ffbf2c3d3acbb10 /PKGBUILD
parent5c8ec6bfda442994b5ff7951baba160164c305ac (diff)
downloadaur-cf616d8906bbdc84d5be58f8a51125c197ae3921.tar.gz
Updated version to 2023_03_2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa2d4e0410a2..a77a00104827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Vedran Miletic <vedran AT miletic DOT net>
# Contributor: Samo Turk <samo.turk@gmail.com>
pkgname=rdkit
-pkgver=2023_03_1
+pkgver=2023_03_2
pkgrel=1
pkgdesc="RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python."
arch=("i686" "x86_64" "armv7h")
@@ -12,11 +12,9 @@ depends=(python python-numpy python-cairocffi python-pillow boost boost-libs sql
makedepends=('cmake>=3.1')
source=(
"https://github.com/rdkit/rdkit/archive/Release_${pkgver}.tar.gz"
- '0001-Added-cstdint-include-6338.patch'
)
sha256sums=(
- 'db346afbd0ba52c843926a2a62f8a38c7b774ffab37eaf382d789a824f21996c'
- '2dfa6ca2859bbedf2d148a946b6d6f1ce0aaf012b08c35e81f846cc3f1b950e9'
+ 'bb43216b075b93b767e6cbaecd5e95d087da887bcdc51afd36d940d8bd9f9819'
)
conflicts=('rdkit-python2' 'rdkit-git')
provides=(rdkit)
@@ -24,7 +22,6 @@ provides=(rdkit)
build() {
cd ${srcdir}/${pkgname}-Release_${pkgver}
- patch -p1 -i ${srcdir}/0001-Added-cstdint-include-6338.patch
mkdir -p build
cd build