summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiv Upadhyay2021-02-02 22:54:32 -0500
committerShiv Upadhyay2021-02-02 22:54:32 -0500
commit83be72f6bdecdbc1a8ca535b00a3134dfec8dbc1 (patch)
tree548962ad6e2fbc67dcfa5ee390bd564b1d58d2ce
parent4dd137d82d113b76ee0208233641108450ca76e5 (diff)
downloadaur-83be72f6bdecdbc1a8ca535b00a3134dfec8dbc1.tar.gz
Update replaces
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0437092623aa..7e297f8dd8bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-qiskit-aer-gpu
pkgdesc = A high performance simulator for quantum circuits that includes noise models
pkgver = 0.7.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Qiskit/qiskit-aer
arch = x86_64
license = Apache
@@ -12,6 +12,7 @@ pkgbase = python-qiskit-aer-gpu
makedepends = python-scikit-build
provides = python-qiskit-aer
conflicts = python-qiskit-aer
+ replaces = python-qiskit-aer
source = https://files.pythonhosted.org/packages/e5/b5/870edc00e407e488ccb3bcba95c561302feb75b4e3457de273e59e44f9c4/qiskit_aer_gpu-0.7.3-cp39-cp39-manylinux2010_x86_64.whl
sha256sums = 518129d5c11698f4394e30e66e9aebda2e953a510aa70d804c34626ab594aa49
diff --git a/PKGBUILD b/PKGBUILD
index 6b157f16b0f3..233b89e8fbbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=python-qiskit-aer-gpu
_name=qiskit_aer_gpu
_py=cp39
pkgver=0.7.3
-pkgrel=2
+pkgrel=3
pkgdesc="A high performance simulator for quantum circuits that includes noise models"
arch=(x86_64)
license=(Apache)
@@ -17,7 +17,7 @@ makedepends=(
'cmake'
'python-scikit-build'
)
-replaces=()
+replaces=(python-qiskit-aer)
conflicts=(python-qiskit-aer)
provides=(python-qiskit-aer)
source=(