summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index caca1f538d8a..df4f56b91cf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qiskit-aer
pkgname=python-${_pkgname}
pkgver=0.8.2
-pkgrel=2
+pkgrel=3
pkgdesc="A high performance simulator for quantum circuits that includes noise models"
arch=('x86_64')
url="https://github.com/Qiskit/qiskit-aer"
@@ -11,7 +11,7 @@ depends=(
'cython'
'muparserx'
'nlohmann-json'
- 'openblas'
+ 'openblas-lapack'
'python-numpy'
'python-qiskit-terra'
'python-scipy'