summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f063c71d1583..3870e4d05663 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-qiskit-ibmq-provider
- pkgdesc = Module for accessing the quantum devices and simulators at IBMQ
+ pkgdesc = (DEPRECATED) Module for accessing the quantum devices and simulators at IBMQ
pkgver = 0.20.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Qiskit/qiskit-ibmq-provider
install = python-qiskit-ibmq-provider.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 87bdfd48bf99..69c627e50658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=qiskit-ibmq-provider
pkgname=python-${_pkgname}
pkgver=0.20.2
-pkgrel=1
-pkgdesc="Module for accessing the quantum devices and simulators at IBMQ"
+pkgrel=2
+pkgdesc="(DEPRECATED) Module for accessing the quantum devices and simulators at IBMQ"
arch=('any')
url="https://github.com/Qiskit/qiskit-ibmq-provider"
license=('Apache')