summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2024-02-27 16:25:49 +0100
committerIyán Méndez Veiga2024-02-27 16:25:49 +0100
commit9e57a495ca819d6e3697561d227b96a7daf88f8a (patch)
tree50b430f3e32cc7005cf65f0192d5ce0e7bae6157
parentc41ed98a11cd89794e862b73053c28cb87130fb4 (diff)
downloadaur-9e57a495ca819d6e3697561d227b96a7daf88f8a.tar.gz
upgpkg: python-qiskit-algorithms 0.3.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ce2c9202768..b99f426741d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-qiskit-algorithms
pkgdesc = A library of quantum algorithms for Qiskit
- pkgver = 0.2.2
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/qiskit-community/qiskit-algorithms
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
@@ -12,7 +12,7 @@ pkgbase = python-qiskit-algorithms
depends = python-qiskit
depends = python-numpy
depends = python-scipy
- source = qiskit-algorithms-0.2.2.tar.gz::https://github.com/qiskit-community/qiskit-algorithms/archive/refs/tags/0.2.2.tar.gz
- b2sums = 54f3ffc77f4ceeb1e00c5d6a98b295c01bce0cc2a04902a5da9a8bd3bf39f4b1c6ddba6def8a685d5b7ff45efe2b37a12d4d9d96a88afd297b9ab771871028ca
+ source = qiskit-algorithms-0.3.0.tar.gz::https://github.com/qiskit-community/qiskit-algorithms/archive/refs/tags/0.3.0.tar.gz
+ b2sums = a0b7fd21a789e59dae47709cbcd294f7e7784f0f2007e30eb94dd88f09652a40cdf97f00965fd7828889f4675b647c7edafa9f5af5bab5950aae564ef286bb68
pkgname = python-qiskit-algorithms
diff --git a/PKGBUILD b/PKGBUILD
index b2bb2caf1c5a..db047038ff13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
_pkgname=qiskit-algorithms
pkgname=python-${_pkgname}
-pkgver=0.2.2
+pkgver=0.3.0
pkgrel=1
pkgdesc="A library of quantum algorithms for Qiskit"
arch=('any')
url="https://github.com/qiskit-community/qiskit-algorithms"
-license=('Apache')
+license=('Apache-2.0')
depends=(
'python-qiskit'
'python-numpy'
@@ -19,7 +19,7 @@ makedepends=(
'python-wheel'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/qiskit-community/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-b2sums=('54f3ffc77f4ceeb1e00c5d6a98b295c01bce0cc2a04902a5da9a8bd3bf39f4b1c6ddba6def8a685d5b7ff45efe2b37a12d4d9d96a88afd297b9ab771871028ca')
+b2sums=('a0b7fd21a789e59dae47709cbcd294f7e7784f0f2007e30eb94dd88f09652a40cdf97f00965fd7828889f4675b647c7edafa9f5af5bab5950aae564ef286bb68')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"