summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Behrmann2020-10-16 15:48:33 +0200
committerJoerg Behrmann2020-10-16 15:48:33 +0200
commit4a8d0435cf1886cdaf3c581030df780a7ff24045 (patch)
treea3dfae2871d790ccfe8d8c28ed8960694e4a2f40
parentd72d2486889b142022d1c9d761843043c61a2d24 (diff)
downloadaur-4a8d0435cf1886cdaf3c581030df780a7ff24045.tar.gz
bump package version to 1.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7825d7de1928..a148d61cc5dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-kwant
pkgdesc = Python package for numerical calculations on tight-binding models with a strong focus on quantum transport
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = http://kwant-project.org/
arch = any
@@ -15,10 +15,10 @@ pkgbase = python-kwant
optdepends = python-matplotlib: needed for plotting support and the tutorial
optdepends = python-sympy: needed for the kwant.continuum submodule
optdepends = mumps: a sparse linear algebra library for speed up and memory usage reduction (use AUR mumps-seq-shared or any other built as shared library)
- source = http://downloads.kwant-project.org/kwant/kwant-1.4.1.tar.gz
- source = http://downloads.kwant-project.org/kwant/kwant-1.4.1.tar.gz.asc
+ source = http://downloads.kwant-project.org/kwant/kwant-1.4.2.tar.gz
+ source = http://downloads.kwant-project.org/kwant/kwant-1.4.2.tar.gz.asc
validpgpkeys = 52299057FAD799653C4F088AC3F147F5980F3535
- sha256sums = 8c0ccf341dfa74e1d69f1508968c4d4e9fb36f74685f101897df6a84ed7043df
+ sha256sums = 994b0a3848f78002ef8e3d60f36b9dfab719ee58c5189fc902a7acd0dec2cfbb
sha256sums = SKIP
pkgname = python-kwant
diff --git a/PKGBUILD b/PKGBUILD
index ff014c138f8f..e57d8085be27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jörg Behrmann <behrmann@physik.fu-berlin.de>
# Contributor: Max Schlemmer <max.schlemmer@gmail.com>
pkgname=python-kwant
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="Python package for numerical calculations on tight-binding models with a strong focus on quantum transport"
arch=('any')
@@ -19,7 +19,7 @@ source=(
http://downloads.kwant-project.org/kwant/kwant-$pkgver.tar.gz
http://downloads.kwant-project.org/kwant/kwant-$pkgver.tar.gz.asc
)
-sha256sums=('8c0ccf341dfa74e1d69f1508968c4d4e9fb36f74685f101897df6a84ed7043df'
+sha256sums=('994b0a3848f78002ef8e3d60f36b9dfab719ee58c5189fc902a7acd0dec2cfbb'
'SKIP')
validpgpkeys=('52299057FAD799653C4F088AC3F147F5980F3535')