summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Ganardi2022-10-16 17:29:31 +0200
committerRay Ganardi2022-10-16 17:29:49 +0200
commit19f8c3aa052c1ce157a3e7e70ece82c70e730ea4 (patch)
treee581b77e7af45bce34377eb021a946b4d2960481
parent6009db7e530eadaf68503afa5905d1f488527dd8 (diff)
downloadaur-19f8c3aa052c1ce157a3e7e70ece82c70e730ea4.tar.gz
Update to version 4.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 143de34bf7ac..693cba892e49 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.6.3
+ pkgver = 4.7.0
pkgrel = 1
url = http://qutip.org/index.html
arch = x86_64
@@ -17,7 +17,7 @@ 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.6.3.tar.gz
- md5sums = cc2593c1a10af9c86ac00159845187b2
+ source = https://github.com/qutip/qutip/archive/v4.7.0.tar.gz
+ md5sums = a2c0721e37dda0925eaecc43dc0079fc
pkgname = python-qutip
diff --git a/PKGBUILD b/PKGBUILD
index 03e7293e665d..5555be14afbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=qutip
_pkgname=qutip
pkgname=python-qutip
-pkgver=4.6.3
+pkgver=4.7.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=('cc2593c1a10af9c86ac00159845187b2')
+md5sums=('a2c0721e37dda0925eaecc43dc0079fc')
build() {
cd "$srcdir/$_pkgname-$pkgver"