summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2023-07-23 09:12:18 +0200
committerIyán Méndez Veiga2023-07-23 09:12:18 +0200
commit41b8c45e62898a546bb771beddfea923c8742e10 (patch)
tree59507b343285fb8ad94e4f43ec7a676944009061
parent3ed8227077c26df8fe40aebaa0a9e87a822391a7 (diff)
downloadaur-41b8c45e62898a546bb771beddfea923c8742e10.tar.gz
upgpkg: python-qiskit-terra 0.24.2-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b713329469a6..5c89ef68e2e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-qiskit-terra
pkgdesc = An open-source framework for working with noisy quantum computers at the level of pulses, circuits, and algorithms
- pkgver = 0.24.1
+ pkgver = 0.24.2
pkgrel = 1
url = https://github.com/Qiskit/qiskit-terra
arch = x86_64
@@ -34,7 +34,7 @@ pkgbase = python-qiskit-terra
optdepends = python-qiskit-toqm: Time-Optimal Qubit Mapping (TOQM) transpiler support
optdepends = python-seaborn: statistical data visualization
optdepends = python-tweedledum: synthesizing and manipulating quantum circuits
- source = qiskit-terra-0.24.1.tar.gz::https://github.com/Qiskit/qiskit-terra/archive/0.24.1.tar.gz
- b2sums = 6702c698efdd438588f86c300fec1fb047f0c7e890558798dc767d428a924e6a2a1c87145000e53af3ca538c5dc0eaf0ff7514d6521a42996d42c19efe93298a
+ source = qiskit-terra-0.24.2.tar.gz::https://github.com/Qiskit/qiskit-terra/archive/0.24.2.tar.gz
+ b2sums = c09d29742d4dbc83b241ebfe7d6ec593fbc1bb331d3523740d559c9df90d66e2a92fc4e915baedf6b47ef778501266f2542710f604b2d5111e8b0bae211a0386
pkgname = python-qiskit-terra
diff --git a/PKGBUILD b/PKGBUILD
index 58aa478108d2..8c72ceaa354c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
_pkgname=qiskit-terra
pkgname=python-${_pkgname}
-pkgver=0.24.1
+pkgver=0.24.2
pkgrel=1
pkgdesc="An open-source framework for working with noisy quantum computers at the level of pulses, circuits, and algorithms"
arch=('x86_64')
@@ -45,7 +45,7 @@ makedepends=(
'python-wheel'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Qiskit/${_pkgname}/archive/${pkgver}.tar.gz")
-b2sums=('6702c698efdd438588f86c300fec1fb047f0c7e890558798dc767d428a924e6a2a1c87145000e53af3ca538c5dc0eaf0ff7514d6521a42996d42c19efe93298a')
+b2sums=('c09d29742d4dbc83b241ebfe7d6ec593fbc1bb331d3523740d559c9df90d66e2a92fc4e915baedf6b47ef778501266f2542710f604b2d5111e8b0bae211a0386')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"