summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Ganardi2020-03-09 16:20:32 +0100
committerRay Ganardi2020-03-09 16:20:32 +0100
commit94f9382073f1da7c2cec1fafe249063052c2e28e (patch)
treec55d179c3d6051418fef23eb3b2699c88a13f906
parent888c75d9d2d02606ce6666f4784ea75a717f6095 (diff)
downloadaur-94f9382073f1da7c2cec1fafe249063052c2e28e.tar.gz
Update to version 4.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c6d3f115083..dc9ca9753a6e 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.4.1
+ pkgver = 4.5.0
pkgrel = 1
url = http://qutip.org/index.html
arch = x86_64
@@ -17,8 +17,8 @@ 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 = http://qutip.org/downloads/4.4.1/qutip-4.4.1.tar.gz
- md5sums = 4dc49f4c05151f58e49238b6b3f22e18
+ source = http://qutip.org/downloads/4.5.0/qutip-4.5.0.tar.gz
+ md5sums = 6ed49db07cc092c88a6853b5a27971ee
pkgname = python-qutip
diff --git a/PKGBUILD b/PKGBUILD
index 79106338e7fb..7a2565bc02ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=qutip
_pkgname=qutip
pkgname=python-qutip
-pkgver=4.4.1
+pkgver=4.5.0
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=("http://qutip.org/downloads/$pkgver/$_name-$pkgver.tar.gz")
-md5sums=('4dc49f4c05151f58e49238b6b3f22e18')
+md5sums=('6ed49db07cc092c88a6853b5a27971ee')
build() {
cd "$srcdir/$_pkgname-$pkgver"