summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8afd0549b4da..564810d55586 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 = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = http:/lmfit.github.io/lmfit-py/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = python-lmfit
depends = python-scipy
depends = python-asteval
depends = python-uncertainties
- source = https://github.com/lmfit/lmfit-py/archive/1.2.1.tar.gz
- sha256sums = b8a88e88374139625c199f930c76756bd075720ef7beb543371b48cc8f30024a
+ source = https://github.com/lmfit/lmfit-py/archive/1.2.2.tar.gz
+ sha256sums = fbd401317d5639c7fd23150efc00a387691f8d45ad690e2a3aaea12e951baf6f
pkgname = python-lmfit
diff --git a/PKGBUILD b/PKGBUILD
index 00b9b89ed5dc..e1823dc3a480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=python-lmfit
-pkgver=1.2.1
+pkgver=1.2.2
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=(x86_64)
@@ -10,7 +10,7 @@ license=(BSD)
depends=('python' 'python-numpy' 'python-scipy' 'python-asteval' 'python-uncertainties')
makedepends=(python-setuptools-scm)
source=(https://github.com/lmfit/lmfit-py/archive/${pkgver}.tar.gz)
-sha256sums=('b8a88e88374139625c199f930c76756bd075720ef7beb543371b48cc8f30024a')
+sha256sums=('fbd401317d5639c7fd23150efc00a387691f8d45ad690e2a3aaea12e951baf6f')
build() {
cd "$srcdir/lmfit-py-$pkgver"