summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-05-25 11:47:17 -0500
committerCarlos Aznarán2024-05-25 11:47:17 -0500
commitb6e296c9db57aa0b89f5274e69a813b09330f48b (patch)
tree3a53e04a009b0bdceb629e3299114b887ffe7923 /PKGBUILD
parent9e241f46dde60138a3e086c3debe57cbf3e35d4e (diff)
downloadaur-python-monty.tar.gz
Bump version to 2024.5.24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59150a99e086..db910f72b6b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=monty
pkgname=python-${_base}
pkgdesc="Missing complement to Python"
-pkgver=2024.5.15
+pkgver=2024.5.24
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=('fa52501eb7509ec2be6003ecd99dc6efcd05a35d87387caf1b1244b3b107b2945e072b6a3011720f9926f9d1cbef13feee121cb5166f9be3666516ed56f1963d')
+sha512sums=('101595fbac3a86ee3f5272e68b7adbf781c036a2b37d57047de23886485ea6273380b759c8510bc57b06c07573a9dc8d619bd01e84883759d6b1390bf74ef837')
build() {
cd ${_base}-${pkgver}