summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiv Upadhyay2021-02-02 23:15:23 -0500
committerShiv Upadhyay2021-02-02 23:15:23 -0500
commit31da1001e22baba67c88e5b011a7f5a8b745ddbb (patch)
treea37e61eb3d98889dd7537b5b25af9cb8a455979c
parent83be72f6bdecdbc1a8ca535b00a3134dfec8dbc1 (diff)
downloadaur-31da1001e22baba67c88e5b011a7f5a8b745ddbb.tar.gz
cleanup
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e297f8dd8bf..8041529adad4 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 = 3
+ pkgrel = 4
url = https://github.com/Qiskit/qiskit-aer
arch = x86_64
license = Apache
@@ -12,7 +12,6 @@ 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 233b89e8fbbd..9342cfd05ce3 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=3
+pkgrel=4
pkgdesc="A high performance simulator for quantum circuits that includes noise models"
arch=(x86_64)
license=(Apache)
@@ -17,7 +17,6 @@ makedepends=(
'cmake'
'python-scikit-build'
)
-replaces=(python-qiskit-aer)
conflicts=(python-qiskit-aer)
provides=(python-qiskit-aer)
source=(
@@ -26,9 +25,6 @@ source=(
sha256sums=(
518129d5c11698f4394e30e66e9aebda2e953a510aa70d804c34626ab594aa49
)
-md5sums=(
-)
-validpgpkeys=()
package ()
{