summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-05-13 19:35:30 -0500
committerCarlos Aznarán Laos2023-05-13 19:35:30 -0500
commitb2361853a95d2669b961bb6d19b8dd58015ba910 (patch)
tree403bdd2be623ab9e209d080035939208f1a29a5e /PKGBUILD
parent8aa35327e20d066fc7b0e65b81198d4edc074bc0 (diff)
downloadaur-b2361853a95d2669b961bb6d19b8dd58015ba910.tar.gz
Python 3.11 rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 004f5dcca419..6f07e2058a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@ _base=monty
pkgname=python-${_base}
pkgdesc="Monty is the missing complement to Python"
pkgver=2023.5.8
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url="https://github.com/materialsvirtuallab/${_base}"
license=(MIT)
depends=(python)
makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest python-bson python-pandas python-pydantic python-ruamel-yaml python-tqdm)
+checkdepends=(python-pytest python-bson python-pandas python-pydantic python-ruamel-yaml python-tqdm python-torch)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
sha512sums=('07c62bbafff0f13434594ea70efceb4cbc3803d4a1ef4feac48c2a057663e459f15421cfcce9c8e4bde10adaec8e02faae033611972dbfd3c9141de371ddd453')