summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-16 19:30:58 -0500
committerCarlos Aznarán2024-04-16 19:30:58 -0500
commit5c539ba8ede81c04667e29d2bb6a65ac615aa888 (patch)
treec5e0df5dc449e7bdfc09b9c101502db08e902c88 /PKGBUILD
parent4696c1f8740a1890307fb93317880d04cf264448 (diff)
downloadaur-5c539ba8ede81c04667e29d2bb6a65ac615aa888.tar.gz
Bump version to 2024.4.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6a738d49fb7..90c388485d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=monty
pkgname=python-${_base}
pkgdesc="Missing complement to Python"
-pkgver=2024.3.31
+pkgver=2024.4.16
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=('920f0bba1eca6d3c7bdd153572d229f4c67456341f20a002c910f0d16624f6f5386887638066cc35564d8b6b8a92dd713ec2434735d294688323de7230d46139')
+sha512sums=('1890434af48b3165136a1d35921ddc02807a26086ae7ea48ff9f405028e02af30634319004efe86391248002018f1ee43e4053096e7cc0c100b26680c85029a8')
build() {
cd ${_base}-${pkgver}