summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-03-27 22:58:41 +0100
committerGrey Christoforo2018-03-27 22:58:41 +0100
commitbdf0724fed74afd5ee9b73fa56011439e4befeb8 (patch)
treee06565cb188b02ebd935b90ce5142ac6615d264f
parent03fe283b98033f7454786127ceca19cea68a28c5 (diff)
downloadaur-bdf0724fed74afd5ee9b73fa56011439e4befeb8.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 786bd62001aa..84d5f1ae4e34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-lmfit
pkgdesc = Least-Squares Minimization with Constraints for Python
- pkgver = 0.9.8
+ pkgver = 0.9.9
pkgrel = 1
url = http://lmfit.github.io/lmfit-py/
arch = any
license = BSD
- source = https://github.com/lmfit/lmfit-py/archive/0.9.8.tar.gz
- md5sums = 56744e7bb1033a8ff0a69b6365c8b323
+ source = https://github.com/lmfit/lmfit-py/archive/0.9.9.tar.gz
+ md5sums = 6df6cd154fd2eab9f78e8515a823ffe3
pkgname = python-lmfit
checkdepends = python-nose
diff --git a/PKGBUILD b/PKGBUILD
index 47542299297c..49bebd1c452e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgbase=python-lmfit
pkgname=('python-lmfit' 'python2-lmfit')
-pkgver=0.9.8
+pkgver=0.9.9
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=('56744e7bb1033a8ff0a69b6365c8b323')
+md5sums=('6df6cd154fd2eab9f78e8515a823ffe3')
#check() {
# cd "$srcdir/lmfit-py-$pkgver"