summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Ganardi2019-12-10 10:21:00 +0700
committerRay Ganardi2019-12-10 10:21:00 +0700
commit888c75d9d2d02606ce6666f4784ea75a717f6095 (patch)
treecb73ed237b31b95f10180966fe69e9101e7482d2
parentadb94f5dae1386b48910fc4b78d68f4f9eb893b8 (diff)
downloadaur-888c75d9d2d02606ce6666f4784ea75a717f6095.tar.gz
Update to version 4.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e71e5421924..4c6d3f115083 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.0
+ pkgver = 4.4.1
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.0/qutip-4.4.0.tar.gz
- md5sums = 808e427c67c55a702bb2a95203cbf24a
+ source = http://qutip.org/downloads/4.4.1/qutip-4.4.1.tar.gz
+ md5sums = 4dc49f4c05151f58e49238b6b3f22e18
pkgname = python-qutip
diff --git a/PKGBUILD b/PKGBUILD
index e0847523bf84..79106338e7fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=qutip
_pkgname=qutip
pkgname=python-qutip
-pkgver=4.4.0
+pkgver=4.4.1
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=('808e427c67c55a702bb2a95203cbf24a')
+md5sums=('4dc49f4c05151f58e49238b6b3f22e18')
build() {
cd "$srcdir/$_pkgname-$pkgver"