summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Berquist2019-12-21 16:19:05 -0500
committerEric Berquist2019-12-21 16:19:05 -0500
commit10dcbcccbe42b70f567b5dff03383f865d5a58bf (patch)
tree4061cb4a0908ac2d776445a2663da60c4b658a39
parent531e781581ae8f772020cf48576d795a2444c272 (diff)
downloadaur-10dcbcccbe42b70f567b5dff03383f865d5a58bf.tar.gz
Version bump: 0.11.0 -> 0.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfc1727686e0..bdcd1af18cd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-qcengine
pkgdesc = Quantum chemistry program executor and IO standardizer (QCSchema) for quantum chemistry
- pkgver = 0.11.0
+ pkgver = 0.13.0
pkgrel = 1
url = http://docs.qcarchive.molssi.org/projects/QCEngine/en/stable/
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-qcengine
depends = python-qcelemental
depends = python-py-cpuinfo
depends = python-psutil
- source = https://github.com/MolSSI/qcengine/archive/v0.11.0.tar.gz
- sha256sums = 0d1e2e5464f02b8bb0446f8f929428a440a406a652df48b1dc8b41dd95efbd5b
+ source = https://github.com/MolSSI/qcengine/archive/v0.13.0.tar.gz
+ sha256sums = 5f2c807b2a46caa4bd50dcea4853f5bd6360c896d42338e0bfc7a8f5ca961d25
pkgname = python-qcengine
diff --git a/PKGBUILD b/PKGBUILD
index 594e20bb55c8..fdbf2cf8893c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="QCEngine"
_pkgname="qcengine"
pkgname="python-${_pkgname}"
-pkgver=0.11.0
+pkgver=0.13.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-cov")
source=("https://github.com/MolSSI/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('0d1e2e5464f02b8bb0446f8f929428a440a406a652df48b1dc8b41dd95efbd5b')
+sha256sums=('5f2c807b2a46caa4bd50dcea4853f5bd6360c896d42338e0bfc7a8f5ca961d25')
build() {
cd "${srcdir}"/"${_name}"-"${pkgver}"