summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Berquist2022-04-12 22:38:34 -0400
committerEric Berquist2022-04-12 22:38:34 -0400
commitd27330cb5f173acc81c507b440ec0926e4db48e0 (patch)
treebbbdc703a739d347ef23c6daae08a4ba91aa51c5 /PKGBUILD
parente2e7be39812a44830ded675317afb458d0c01712 (diff)
downloadaur-d27330cb5f173acc81c507b440ec0926e4db48e0.tar.gz
Version bump: 0.21.0 -> 0.23.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7802d6c46b97..0d71470ad7f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="QCEngine"
_pkgname="qcengine"
pkgname="python-${_pkgname}"
-pkgver=0.21.0
+pkgver=0.23.0
pkgrel=1
pkgdesc="Quantum chemistry program executor and IO standardizer (QCSchema) for quantum chemistry"
arch=("any")
@@ -12,7 +12,7 @@ license=("MIT")
depends=("python-qcelemental" "python-py-cpuinfo" "python-psutil")
checkdepends=("python-pytest")
source=("https://github.com/MolSSI/${_name}/archive/v${pkgver}.tar.gz")
-sha256sums=('0fb9a60e68d9c9be05d63a65838efb5e853cfbf1fcf8e8b12ad211421d97a53c')
+sha256sums=('0074e503dc403bc8fd60b0e493df4977deeb86e707c9fe6788f0a93cfe197a5f')
build() {
cd "${srcdir}"/"${_name}"-"${pkgver}"