summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parenta08dedfe4a985e46a53a4757eff7eef8e88307f9 (diff)
downloadaur-f39a0121bedf7a7bd38f4ce9288313e0ce4d3532.tar.gz
Update to 0.17.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"