summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 658cee16b78d..7802d6c46b97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="QCEngine"
_pkgname="qcengine"
pkgname="python-${_pkgname}"
-pkgver=0.18.0
+pkgver=0.21.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=('6e2b889cd0a12b4fa98664b84549769f48e2b03c8896a4595d511fee1dc4c028')
+sha256sums=('0fb9a60e68d9c9be05d63a65838efb5e853cfbf1fcf8e8b12ad211421d97a53c')
build() {
cd "${srcdir}"/"${_name}"-"${pkgver}"