summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Ganardi2018-07-18 14:52:49 +0700
committerRay Ganardi2018-07-18 14:55:27 +0700
commit24eb93079f2010dd20b9de9a21743bdaa4b73918 (patch)
tree02efbde111efacdaff6fd88dc3707078d50dbd2a
parentfb3600a1a41fa286ee069f8d4a4d4827b072297d (diff)
downloadaur-24eb93079f2010dd20b9de9a21743bdaa4b73918.tar.gz
Update to version 4.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b082a84df4dd..9fd763e7619f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-qutip
pkgdesc = QuTiP is open-source software for simulating the dynamics of open quantum systems
- pkgver = 4.2.0
- pkgrel = 2
+ pkgver = 4.3.1
+ pkgrel = 1
url = http://qutip.org/index.html
arch = x86_64
license = BSD
@@ -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.2.0/qutip-4.2.0.tar.gz
- md5sums = 13de6420c3423b3af0889d127430efe7
+ source = http://qutip.org/downloads/4.3.1/qutip-4.3.1.tar.gz
+ md5sums = eeec1a5ccbfc4e8b3060fdd2283fbc0a
pkgname = python-qutip
diff --git a/PKGBUILD b/PKGBUILD
index 32f56d1f4ac3..52145ce5af39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_name=qutip
_pkgname=qutip
pkgname=python-qutip
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
pkgdesc="QuTiP is open-source software for simulating the dynamics of open quantum systems"
arch=("x86_64")
url="http://qutip.org/index.html"
@@ -23,7 +23,7 @@ optdepends=(
)
source=("http://qutip.org/downloads/$pkgver/$_name-$pkgver.tar.gz")
-md5sums=('13de6420c3423b3af0889d127430efe7')
+md5sums=('eeec1a5ccbfc4e8b3060fdd2283fbc0a')
build() {
cd "$srcdir/$_pkgname-$pkgver"