summaryrefslogtreecommitdiff
path: root/python-lmfit
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-09-02 13:46:37 +0200
committerErich Eckner <git@eckner.net>2019-09-02 13:46:37 +0200
commit244c0f6328ecde6db0e487fb0553bb1cef99be61 (patch)
tree17df5036cea32c116f1a789693e54b2dabbec082 /python-lmfit
parente9151469fa8d6f82a7a47823220785eefa67778a (diff)
downloadarchlinuxewe.git.save-244c0f6328ecde6db0e487fb0553bb1cef99be61.tar.xz
python-lmfit: 0.9.13-1 -> 0.9.14-1
Diffstat (limited to 'python-lmfit')
-rw-r--r--python-lmfit/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-lmfit/PKGBUILD b/python-lmfit/PKGBUILD
index fd24a883..d4a5e268 100644
--- a/python-lmfit/PKGBUILD
+++ b/python-lmfit/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-lmfit
_pkgname=lmfit-py
pkgname=('python-lmfit' 'python2-lmfit')
-pkgver=0.9.13
+pkgver=0.9.14
pkgrel=1
pkgdesc="Least-Squares Minimization with Constraints for Python"
arch=('any')
@@ -41,7 +41,7 @@ checkdepends=(
"${_checkdepends[@]/python/python2}"
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/lmfit/lmfit-py/archive/${pkgver}.tar.gz")
-sha512sums=('b0a1fac24fc02d6a25c2a572c3780c0cf13130c563e5439807a2bd36ffe64ca1df60340869b3ac41a57635c37b0465699deba25ca76cbd3d8bbb8eaaa84e0549')
+sha512sums=('fed620bd8cfa736a43e3456154e893138aa3f75def1f06a66110900c7f38f15c953ad5682cbf5cd1b436594ddd59a3eef9851aa4a53948d66ffc36e1b68d14e2')
prepare() {
cp -a "lmfit-py-${pkgver}" "lmfit-py2-${pkgver}"