summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIyán Méndez Veiga2020-02-05 16:31:51 +0100
committerIyán Méndez Veiga2020-02-05 16:31:51 +0100
commit6dbf3730b038099bf7a74730d879a4cb0a42746a (patch)
tree4337538a9bbc18b63eb5487b6b021eb45bedea0f /PKGBUILD
parent5c60498076c8bb40e7dccec9e1c98f307be35411 (diff)
downloadaur-6dbf3730b038099bf7a74730d879a4cb0a42746a.tar.gz
Update to 0.11.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7751e2bc99d..8843611c30e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
_pkgname=qiskit-terra
pkgname=python-${_pkgname}
-pkgver=0.11.0
+pkgver=0.11.1
pkgrel=1
pkgdesc="An open-source framework for working with noisy quantum computers at the level of pulses, circuits, and algorithms"
arch=('x86_64')
@@ -32,7 +32,7 @@ optdepends=(
)
makedepends=('python-setuptools')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Qiskit/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('e7b279fc317231a978a5f24b6f3db5b1541d27fbb7a543daf3d702f3edcf4c68')
+sha256sums=('99cadb066e5e8a31e4c8298c5f615ebbf5e49b528362c1cdb2fbe121301bd1e4')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"