summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIyán Méndez Veiga2021-04-29 22:27:30 +0200
committerIyán Méndez Veiga2021-04-29 22:27:59 +0200
commitbf86cc530939483c057ac23631a36a0e68e6013f (patch)
tree5d9fa1f56feeabd34bb1c995544087d9b1e6c4df /PKGBUILD
parent575cd47f0c6533ea541084821fd9ae90307cf640 (diff)
downloadaur-bf86cc530939483c057ac23631a36a0e68e6013f.tar.gz
Fix checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index add5b0336da9..caca1f538d8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qiskit-aer
pkgname=python-${_pkgname}
pkgver=0.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="A high performance simulator for quantum circuits that includes noise models"
arch=('x86_64')
url="https://github.com/Qiskit/qiskit-aer"
@@ -32,7 +32,7 @@ makedepends=(
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Qiskit/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('ded2d0ac38fb522420db6b36f403b7182f9cee9e9150c711a0711837a17da3f1')
+sha256sums=('bcf0ae0a00a44e3887d2f0ced083e1c27c916a73d29a61b08de63f3aa2a157a1')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"