summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndres Urquijo2017-02-06 17:26:22 -0500
committerAndres Urquijo2017-02-06 17:26:22 -0500
commit4d4589a84bd2062b0686cb5812767950497dc5b0 (patch)
treecaeb5fd9a30d13c90a05004120630bc3bbcf40d3
parent0a995c51ba6103a7ea58b76da1d5c52e2c7393d5 (diff)
downloadaur-4d4589a84bd2062b0686cb5812767950497dc5b0.tar.gz
New version 4.0.2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d6c4f804c84..6056aa37181f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=qutip
_pkgname=qutip
pkgname=python2-qutip
-pkgver=3.1.0
+pkgver=4.0.2
pkgrel=1
pkgdesc="QuTiP is open-source software for simulating the dynamics of open quantum systems"
arch=("any")
@@ -18,7 +18,7 @@ optdepends=(
)
source=("http://qutip.org/downloads/$pkgver/$_name-$pkgver.tar.gz")
-md5sums=('73aefdc714149fa6e1a03de660f2eb2b')
+md5sums=('776efe4ff0019e00ac17073178481ba5')
build() {
cd "$srcdir/$_pkgname-$pkgver"