summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Ganardi2023-08-30 15:30:49 +0200
committerRay Ganardi2023-08-30 15:30:49 +0200
commit26b888b69eb00f3d11a420e66d85cd504efa8f7b (patch)
tree6a31343dc9754754af0e9374a797908a2a8f1fcc
parent1917568c9ee582a4193b318e5ad294edbb6d5f69 (diff)
downloadaur-26b888b69eb00f3d11a420e66d85cd504efa8f7b.tar.gz
Update to version 4.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a26c8ae6c992..20b3d454da4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-qutip
pkgdesc = QuTiP is open-source software for simulating the dynamics of open quantum systems
- pkgver = 4.7.2
+ pkgver = 4.7.3
pkgrel = 1
url = http://qutip.org/index.html
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = python-qutip
optdepends = python-nose: Optional, For running tests.
optdepends = python-scikit-umfpack: Optional, Faster (~2-5x) steady state calculations.
optdepends = openmp: Optional, For OPENMP support
- source = https://github.com/qutip/qutip/archive/v4.7.2.tar.gz
- md5sums = c695fe66ac4c13a854a755818b98bf44
+ source = https://github.com/qutip/qutip/archive/v4.7.3.tar.gz
+ md5sums = afa266157f2a3db4a25edc1a52f5d90d
pkgname = python-qutip
diff --git a/PKGBUILD b/PKGBUILD
index 19d3ba81fdfe..dba51070f131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=qutip
_pkgname=qutip
pkgname=python-qutip
-pkgver=4.7.2
+pkgver=4.7.3
pkgrel=1
pkgdesc="QuTiP is open-source software for simulating the dynamics of open quantum systems"
arch=("x86_64")
@@ -23,7 +23,7 @@ optdepends=(
)
source=("https://github.com/qutip/qutip/archive/v$pkgver.tar.gz")
-md5sums=('c695fe66ac4c13a854a755818b98bf44')
+md5sums=('afa266157f2a3db4a25edc1a52f5d90d')
build() {
cd "$srcdir/$_pkgname-$pkgver"