summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-09-24 10:55:14 +0100
committerGrey Christoforo2019-09-24 10:55:14 +0100
commitd8c9242f7b6db3c220cbab84c94fab0bc116ffea (patch)
treede2c9b1bc33eee43c479edc9016f7f6fe73e5f1b
parent0515a8e4de669984fbbc9ae225b4f0259f714d7a (diff)
downloadaur-d8c9242f7b6db3c220cbab84c94fab0bc116ffea.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cb4b43043a6..d08115f46715 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lmfit
pkgdesc = Non-Linear Least Squares Minimization, with flexible Parameter settings, based on scipy.optimize.leastsq, and with many additional classes and methods for curve fitting
- pkgver = 0.9.13
+ pkgver = 0.9.14
pkgrel = 1
url = http:/lmfit.github.io/lmfit-py/
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-lmfit
depends = python-scipy
depends = python-asteval
depends = python-uncertainties
- source = https://github.com/lmfit/lmfit-py/archive/0.9.13.tar.gz
- sha256sums = b604afca0aaa23b28170065853b59d6e4c585c367e537b769813af313f8ebeed
+ source = https://github.com/lmfit/lmfit-py/archive/0.9.14.tar.gz
+ sha256sums = 4a175d4967fae218695178a750119bbabaec2a7b1dc66201b14ecb830c937f30
pkgname = python-lmfit
diff --git a/PKGBUILD b/PKGBUILD
index 61ddaa7b1377..916723158399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=python-lmfit
-pkgver=0.9.13
+pkgver=0.9.14
pkgrel=1
pkgdesc="Non-Linear Least Squares Minimization, with flexible Parameter settings, based on scipy.optimize.leastsq, and with many additional classes and methods for curve fitting"
arch=('any')
@@ -10,7 +10,7 @@ license=('BSD-3')
depends=('python' 'python-numpy' 'python-scipy' 'python-asteval' 'python-uncertainties')
makedepends=(python-setuptools)
source=(https://github.com/lmfit/lmfit-py/archive/${pkgver}.tar.gz)
-sha256sums=('b604afca0aaa23b28170065853b59d6e4c585c367e537b769813af313f8ebeed')
+sha256sums=('4a175d4967fae218695178a750119bbabaec2a7b1dc66201b14ecb830c937f30')
build() {
cd "$srcdir/lmfit-py-$pkgver"