summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIyán Méndez Veiga2022-07-01 15:46:45 +0200
committerIyán Méndez Veiga2022-07-01 15:46:45 +0200
commit529c6abd71bfc384be23b1c94e9b3761549adf62 (patch)
treeadae82f728484075295052ffed1755bf4463a7b7 /PKGBUILD
parent6c961fe6949c8eeea3c569d118969806b46130e5 (diff)
downloadaur-529c6abd71bfc384be23b1c94e9b3761549adf62.tar.gz
upgpkg: python-qiskit 0.37.0-2
replace = with >= in depends array to make it easy to update with AUR helpers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2b5f75eb59b..df7e102b91c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname=qiskit
pkgname=python-${_pkgname}
pkgver=0.37.0
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules"
arch=('any')
url="https://github.com/Qiskit/qiskit"
license=('Apache')
depends=(
- 'python-qiskit-aer=0.10.4'
- 'python-qiskit-ibmq-provider=0.19.1'
- 'python-qiskit-terra=0.21.0'
+ 'python-qiskit-aer>=0.10.4'
+ 'python-qiskit-ibmq-provider>=0.19.1'
+ 'python-qiskit-terra>=0.21.0'
)
optdepends=(
'python-qiskit-experiments: tools for building, running, and analysis of experiments on noisy quantum computers'