summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIyán Méndez Veiga2021-05-06 20:28:11 +0200
committerIyán Méndez Veiga2021-05-06 20:28:11 +0200
commit4b335d64d9dee69e70cfd7f57324bd8ed2a8d413 (patch)
treeb4f1c6f84ed73b785e7ff2f49121fb020cedf47e /PKGBUILD
parentca90ad42c6b55cee542e8a1d687a26b45581f4f3 (diff)
downloadaur-4b335d64d9dee69e70cfd7f57324bd8ed2a8d413.tar.gz
Update to 0.25.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 971ee6f27155..6481d6ffe1ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
_pkgname=qiskit
pkgname=python-${_pkgname}
-pkgver=0.25.3
-pkgrel=2
+pkgver=0.25.4
+pkgrel=1
pkgdesc="An open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules"
arch=('x86_64')
url="https://github.com/Qiskit/qiskit"
@@ -25,7 +25,7 @@ optdepends=(
)
makedepends=('python-setuptools')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Qiskit/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('985cbd876fafea91d97a730e6624c2a149a76bb97811e2e93146181e06800388')
+sha256sums=('1ca2f06347c8c44f18ee211d67489f4d922b9ae6a65ff95edb4c322ddf25ad38')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"