summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-08-13 15:07:05 +0100
committerGrey Christoforo2018-08-13 15:07:05 +0100
commit0f0fb54c74e69a2063009b11d212cc8a78fd4104 (patch)
treea070122d73f1f3e912629bd4e64c936551a2416f
parentbb427a0a3355a3936afeb4a238c93a3216b9635b (diff)
downloadaur-0f0fb54c74e69a2063009b11d212cc8a78fd4104.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 590d139e294f..20031d524086 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-lmfit
pkgdesc = Least-Squares Minimization with Constraints for Python
- pkgver = 0.9.9
+ pkgver = 0.9.11
pkgrel = 1
url = http://lmfit.github.io/lmfit-py/
arch = any
license = BSD
- source = https://github.com/lmfit/lmfit-py/archive/0.9.9.tar.gz
- md5sums = 6df6cd154fd2eab9f78e8515a823ffe3
+ source = https://github.com/lmfit/lmfit-py/archive/0.9.11.tar.gz
+ md5sums = 227d48cf785119e4a249b2b5626ebbba
pkgname = python-lmfit
depends = python
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"