summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-17 21:17:06 -0500
committerCarlos Aznarán2024-04-17 21:17:06 -0500
commit035edd6c8e728b967ec278ae6804429caafed99b (patch)
tree1bf0da02a1600d5f7e787188d55778bd0516a9dc /PKGBUILD
parent5c539ba8ede81c04667e29d2bb6a65ac615aa888 (diff)
downloadaur-035edd6c8e728b967ec278ae6804429caafed99b.tar.gz
Bump version to 2024.4.17
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}