summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Ganardi2021-04-27 11:11:04 +0200
committerRay Ganardi2021-04-27 11:11:04 +0200
commit6db919baf9f355bdc4ffeca53b6ee1ffe266fc91 (patch)
tree0c9451ae74749328407eecc3e1f2963de11b4f48
parentee14acce0203a7e5df9572790030c5cfc4443e6c (diff)
downloadaur-6db919baf9f355bdc4ffeca53b6ee1ffe266fc91.tar.gz
Update to version 4.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b2c2c4ab02d..2be0a8ea1ef4 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.5.3
+ pkgver = 4.6.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 = https://github.com/qutip/qutip/archive/v4.5.3.tar.gz
- md5sums = d88105378fec0dfb6e877375dd8db262
+ source = https://github.com/qutip/qutip/archive/v4.6.0.tar.gz
+ md5sums = 7f13eeee9db60f270dcca95ce7d90051
pkgname = python-qutip
diff --git a/PKGBUILD b/PKGBUILD
index 3a2d268bce8e..8f50437e8b04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=qutip
_pkgname=qutip
pkgname=python-qutip
-pkgver=4.5.3
+pkgver=4.6.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=("https://github.com/qutip/qutip/archive/v$pkgver.tar.gz")
-md5sums=('d88105378fec0dfb6e877375dd8db262')
+md5sums=('7f13eeee9db60f270dcca95ce7d90051')
build() {
cd "$srcdir/$_pkgname-$pkgver"