summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2021-05-06 20:24:14 +0200
committerIyán Méndez Veiga2021-05-06 20:24:14 +0200
commitf39a0121bedf7a7bd38f4ce9288313e0ce4d3532 (patch)
treee637566a29492700ab465ec089fff034fc6c7fab
parenta08dedfe4a985e46a53a4757eff7eef8e88307f9 (diff)
downloadaur-f39a0121bedf7a7bd38f4ce9288313e0ce4d3532.tar.gz
Update to 0.17.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82baca067b19..fb03b9f20573 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-qiskit-terra
pkgdesc = An open-source framework for working with noisy quantum computers at the level of pulses, circuits, and algorithms
- pkgver = 0.17.1
- pkgrel = 2
+ pkgver = 0.17.2
+ pkgrel = 1
url = https://github.com/Qiskit/qiskit-terra
arch = x86_64
license = Apache
@@ -23,8 +23,8 @@ pkgbase = python-qiskit-terra
optdepends = python-qiskit-ignis: noise framework
optdepends = python-qiskit-aqua: algorithms for quantum computing applications
optdepends = python-qiskit-ibmq-provider: IBM Q account support
- source = qiskit-terra-0.17.1.tar.gz::https://github.com/Qiskit/qiskit-terra/archive/0.17.1.tar.gz
- sha256sums = 1bd5aa4739a9dd49c7c161f59ebb26a4312a20e7753938d7727753ae1f6185c5
+ source = qiskit-terra-0.17.2.tar.gz::https://github.com/Qiskit/qiskit-terra/archive/0.17.2.tar.gz
+ sha256sums = 2f001f4a2778ec9de7d9a9fecdd8592dfedfa34f2cdee1799f66de1bc0c91db2
pkgname = python-qiskit-terra
diff --git a/PKGBUILD b/PKGBUILD
index 86f506c66115..6b6eecd7f436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
_pkgname=qiskit-terra
pkgname=python-${_pkgname}
-pkgver=0.17.1
-pkgrel=2
+pkgver=0.17.2
+pkgrel=1
pkgdesc="An open-source framework for working with noisy quantum computers at the level of pulses, circuits, and algorithms"
arch=('x86_64')
url="https://github.com/Qiskit/qiskit-terra"
@@ -31,7 +31,7 @@ optdepends=(
)
makedepends=('python-setuptools')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Qiskit/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('1bd5aa4739a9dd49c7c161f59ebb26a4312a20e7753938d7727753ae1f6185c5')
+sha256sums=('2f001f4a2778ec9de7d9a9fecdd8592dfedfa34f2cdee1799f66de1bc0c91db2')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"