summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIyán Méndez Veiga2020-02-07 22:40:41 +0100
committerIyán Méndez Veiga2020-02-07 22:40:41 +0100
commite567989854fabfdc399d5c38aa03015aa32565f8 (patch)
tree9570fdeb7a1562170b52782b8dc90bc363b6a50e /PKGBUILD
parent6dbf3730b038099bf7a74730d879a4cb0a42746a (diff)
downloadaur-e567989854fabfdc399d5c38aa03015aa32565f8.tar.gz
Update to 0.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8843611c30e1..1add53a39e91 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.1
+pkgver=0.12.0
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=('99cadb066e5e8a31e4c8298c5f615ebbf5e49b528362c1cdb2fbe121301bd1e4')
+sha256sums=('700dc80a84c059d35cba0c9af2412f4d979f1bc73c681a5d5b8afcee285258c8')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"