summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2018-08-13 15:07:05 +0100
committerGrey Christoforo2018-08-13 15:07:05 +0100
commit0f0fb54c74e69a2063009b11d212cc8a78fd4104 (patch)
treea070122d73f1f3e912629bd4e64c936551a2416f /PKGBUILD
parentbb427a0a3355a3936afeb4a238c93a3216b9635b (diff)
downloadaur-0f0fb54c74e69a2063009b11d212cc8a78fd4104.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da4eb21f9c08..9954a32a4a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgbase=python-lmfit
pkgname=('python-lmfit' 'python2-lmfit')
-pkgver=0.9.9
+pkgver=0.9.11
pkgrel=1
pkgdesc="Least-Squares Minimization with Constraints for Python"
arch=('any')
url="http://lmfit.github.io/lmfit-py/"
license=('BSD')
source=(https://github.com/lmfit/lmfit-py/archive/${pkgver}.tar.gz)
-md5sums=('6df6cd154fd2eab9f78e8515a823ffe3')
+md5sums=('227d48cf785119e4a249b2b5626ebbba')
#check() {
# cd "$srcdir/lmfit-py-$pkgver"