summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Ganardi2022-02-28 11:34:04 +0100
committerRay Ganardi2022-02-28 11:34:04 +0100
commit6009db7e530eadaf68503afa5905d1f488527dd8 (patch)
tree88cc56c69716ba7f1503e1cdaad5b5a76bde0c26
parent4431fca55f393ac3eadf9890bcbe3c50305352ae (diff)
downloadaur-6009db7e530eadaf68503afa5905d1f488527dd8.tar.gz
Update to version 4.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc77948d4584..143de34bf7ac 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.2
+ pkgver = 4.6.3
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.2.tar.gz
- md5sums = 10f5d8864024f228015c8566a672422e
+ source = https://github.com/qutip/qutip/archive/v4.6.3.tar.gz
+ md5sums = cc2593c1a10af9c86ac00159845187b2
pkgname = python-qutip
diff --git a/PKGBUILD b/PKGBUILD
index c87a953cc7d0..03e7293e665d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=qutip
_pkgname=qutip
pkgname=python-qutip
-pkgver=4.6.2
+pkgver=4.6.3
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=('10f5d8864024f228015c8566a672422e')
+md5sums=('cc2593c1a10af9c86ac00159845187b2')
build() {
cd "$srcdir/$_pkgname-$pkgver"