summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Berquist2020-04-05 02:13:03 -0400
committerEric Berquist2020-04-05 02:13:03 -0400
commiteb3b0e295e4a13381cf891bc3b2b0791b91adb30 (patch)
tree5d35ffb1b4baee3c6dbf52e5dad8ecde8d01043f /PKGBUILD
parent10dcbcccbe42b70f567b5dff03383f865d5a58bf (diff)
downloadaur-eb3b0e295e4a13381cf891bc3b2b0791b91adb30.tar.gz
Version bump: 0.13.0 -> 0.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdbf2cf8893c..ead30d708c47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="QCEngine"
_pkgname="qcengine"
pkgname="python-${_pkgname}"
-pkgver=0.13.0
+pkgver=0.14.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/v${pkgver}.tar.gz")
-sha256sums=('5f2c807b2a46caa4bd50dcea4853f5bd6360c896d42338e0bfc7a8f5ca961d25')
+source=("https://github.com/MolSSI/${_pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('2340f25739d134589359ce138004818856f06a605c3e7767e30785dff6927441')
build() {
cd "${srcdir}"/"${_name}"-"${pkgver}"