summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Berquist2020-07-03 15:46:18 -0400
committerEric Berquist2020-07-03 15:46:18 -0400
commit4e0432a89dcf08a9e3108f315086ce8a8eb0642c (patch)
treec852eb21ccfeff4413ed19d4036014786b8ba7be /PKGBUILD
parenteb3b0e295e4a13381cf891bc3b2b0791b91adb30 (diff)
downloadaur-4e0432a89dcf08a9e3108f315086ce8a8eb0642c.tar.gz
Version bump: 0.14.0 -> 0.15.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ead30d708c47..a7c2711d952d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="QCEngine"
_pkgname="qcengine"
pkgname="python-${_pkgname}"
-pkgver=0.14.0
+pkgver=0.15.0
pkgrel=1
pkgdesc="Quantum chemistry program executor and IO standardizer (QCSchema) for quantum chemistry"
arch=("any")
@@ -11,8 +11,8 @@ url="http://docs.qcarchive.molssi.org/projects/QCEngine/en/stable/"
license=("MIT")
depends=("python-qcelemental" "python-py-cpuinfo" "python-psutil")
checkdepends=("python-pytest-cov")
-source=("https://github.com/MolSSI/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('2340f25739d134589359ce138004818856f06a605c3e7767e30785dff6927441')
+source=("https://github.com/MolSSI/${_name}/archive/v${pkgver}.tar.gz")
+sha256sums=('93c6be2fe1a01f2aed46c971924cc8048846438f1e138b1d64226f9740bdbf2c')
build() {
cd "${srcdir}"/"${_name}"-"${pkgver}"