summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"