summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDanManN2018-09-14 11:27:22 -0400
committerDanManN2018-09-14 11:27:22 -0400
commitffb1cff5aa2fb33faacc8c4eb8bb70048d9a519f (patch)
tree68da83f1d32a75d555a9fd146a5e5b7d3ba2f209 /PKGBUILD
parent09b205199ab33fe5c5c731d8d68c282ef9342710 (diff)
downloadaur-ffb1cff5aa2fb33faacc8c4eb8bb70048d9a519f.tar.gz
fix deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d4dbb23806d..e6a0e207384c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: DanManN <dnahimov@gmail.com>
pkgname=python-qiskit-sdk-git
pkgver=0.4.8.r484.g23d7ea5
-pkgrel=3
+pkgrel=4
pkgdesc="Python software development kit for writing quantum computing experiments, programs, and applications."
arch=('any')
url="http://www.qiskit.org"
license=('Apache-2.0')
groups=('QISKit')
-depends=('python' 'python-networkx' 'python-ply' 'python-numpy' 'python-scipy' 'python-matplotlib' 'python-pillow' 'python-sympy' 'python-qiskit-api')
-makedepends=('git' 'cmake' 'python-setuptools' 'python-pylint' 'python-pycodestyle' 'python-sphinx' 'python-sphinxcontrib-fulltoc' 'python-coverage' 'python-better-apidoc' 'python-jsonschema' 'python-wheel')
+depends=('python' 'python-jsonschema' 'python-networkx' 'python-ply' 'python-numpy' 'python-scipy' 'python-matplotlib' 'python-pillow' 'python-sympy' 'python-qiskit-api')
+makedepends=('git' 'cmake' 'python-setuptools' 'python-pylint' 'python-pycodestyle' 'python-sphinx' 'python-sphinxcontrib-fulltoc' 'python-coverage' 'python-better-apidoc' 'python-wheel')
provides=('python-qiskit-sdk')
conflicts=('python-qiskit-sdk')
source=("git+https://github.com/QISKit/qiskit-terra.git")