summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIyán Méndez Veiga2023-01-23 21:44:16 +0100
committerIyán Méndez Veiga2023-01-23 21:44:16 +0100
commit791ed9ac07af8a404411e176ae26ea3d988ca146 (patch)
treee3a4fc37b4f1d5e2643ea06ed0345b3603cf021a /PKGBUILD
parent5de0faf8749f894b17b121255b1db2f2b93b4858 (diff)
downloadaur-791ed9ac07af8a404411e176ae26ea3d988ca146.tar.gz
upgpkg: python-qiskit 0.39.5-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93c57a2e55c6..293d3f8e738f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
_pkgname=qiskit
pkgname=python-${_pkgname}
-pkgver=0.39.4
+pkgver=0.39.5
pkgrel=1
pkgdesc="An open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules"
arch=('any')
@@ -10,7 +10,7 @@ license=('Apache')
depends=(
'python-qiskit-aer>=0.11.2'
'python-qiskit-ibmq-provider>=0.19.2'
- 'python-qiskit-terra>=0.22.3'
+ 'python-qiskit-terra>=0.22.4'
)
optdepends=(
'python-qiskit-experiments: tools for building, running, and analysis of experiments on noisy quantum computers'
@@ -26,7 +26,7 @@ makedepends=(
'python-wheel'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Qiskit/${_pkgname}/archive/${pkgver}.tar.gz")
-b2sums=('08371765e58af6ef81451ccb69f40b1f6012a7c0f4eaf4c649536164247e2fd12034e1489d53bb308bcbd5b0c8fc3f3521f5c918e47f1bd4773396bb46da0c69')
+b2sums=('dbd82478a571890f93ccc6e7aafa5f28f7e087a34ea7e30258620ba17619c19920b25f1ab5d28e1c280cccdf220eaa2b27c9ccdf791e8715c0529088dbaac80e')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"