summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90c388485d26..644ff0064965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=monty
pkgname=python-${_base}
pkgdesc="Missing complement to Python"
-pkgver=2024.4.16
+pkgver=2024.4.17
pkgrel=1
arch=(x86_64)
url="https://github.com/materialsvirtuallab/${_base}"
@@ -12,7 +12,7 @@ makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest python-bson python-pandas python-pydantic
python-ruamel-yaml python-tqdm python-pytorch)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('1890434af48b3165136a1d35921ddc02807a26086ae7ea48ff9f405028e02af30634319004efe86391248002018f1ee43e4053096e7cc0c100b26680c85029a8')
+sha512sums=('d7f157f5edf5ce58d4a1289468e9f80ebcf72c21177a94e4d44d787d8bcce09303db0160231be1f2e85166e7f550c579a02c6a7e2cbd7d7417acd13d7c821ab7')
build() {
cd ${_base}-${pkgver}