summaryrefslogtreecommitdiff
path: root/python-lmfit
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-01 17:28:15 +0200
committerErich Eckner <git@eckner.net>2018-07-01 17:28:15 +0200
commit100a47177e164cec24d4c0dcbab9e0501583c5b4 (patch)
tree1d9382db2ba0167e2dbcb68742d7c978afea3241 /python-lmfit
parentc25e20f61d264378cf9f201f60504557114b003b (diff)
downloadarchlinuxewe.git.save-100a47177e164cec24d4c0dcbab9e0501583c5b4.tar.xz
python-lmfit 0.9.10-2 -> 0.9.11-1
Diffstat (limited to 'python-lmfit')
-rw-r--r--python-lmfit/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-lmfit/PKGBUILD b/python-lmfit/PKGBUILD
index ae913226..a7d0160e 100644
--- a/python-lmfit/PKGBUILD
+++ b/python-lmfit/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=python-lmfit
pkgname=('python-lmfit' 'python2-lmfit')
-pkgver=0.9.10
-pkgrel=2
+pkgver=0.9.11
+pkgrel=1
pkgdesc="Least-Squares Minimization with Constraints for Python"
arch=('any')
url="http://lmfit.github.io/lmfit-py/"
@@ -20,7 +20,7 @@ checkdepends=(
"${_checkdepends[@]}" "${_checkdepends[@]/python/python2}"
)
source=("https://github.com/lmfit/lmfit-py/archive/${pkgver}.tar.gz")
-sha512sums=('066efe1970e36b756b6f0f3e23c5850f5308808c00417462d7140f588565f3337a14a729dfe0f89bc3b04b07e254e88f68e56adecae22d064031d4c8b70a8375')
+sha512sums=('e0fdbc0b969a53d94939b7d9821d0ef2f718d39481dcaabc2a24af239b5cf24bcb058579f7555854144757ea6f9ef7b458b71b64d8af5e1881037012aa774662')
prepare() {
cp -a "lmfit-py-${pkgver}" "lmfit-py2-${pkgver}"