summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Bocken2024-05-29 19:11:23 +0200
committerAlexander Bocken2024-05-29 19:11:23 +0200
commit46456e44705d7427504cb05b937eb33af7a723dd (patch)
tree19c7749347677046b75596780d93425babf903d8 /PKGBUILD
parent1f3f1088d2416cac2379eef8a9993fbf1b93f414 (diff)
downloadaur-python-dscribe.tar.gz
bump to 2.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ca0b6cc1945..b61c1aca64fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=dscribe
pkgname=python-${_name,,}
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
pkgdesc='Creating feature transformations in applications of ML to materials science'
arch=('any')
@@ -12,7 +12,7 @@ license=('Apache-2.0')
depends=('python>3.7' 'pybind11>=2.4' python-numpy python-scipy 'python-ase>=3.19.0' python-scikit-learn 'python-joblib>=1.0.0' python-sparse)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
)
-sha256sums=('cbeb6c519dc7bf8203d42c8bd9388d42d848389284cbbf84a390f50a79c7b89f')
+sha256sums=(444484b7070255257383d191936f8bb5e4b11c1ba8eb4ac22c7273e82f9c8bdd)
makedepends=(python-build python-installer python-wheel meson-python)