summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2023-05-17 19:53:12 -0600
committerGrey Christoforo2023-05-17 19:53:12 -0600
commit2e589e6e3ecd3b5f0f0d5a9dfa2087c6f7325b40 (patch)
tree0421ecd9c64b0d6b7998728f9f4cbbd478053723
parentbac4486b020eb7adaa71e1b6dd7f3a9257a49485 (diff)
downloadaur-2e589e6e3ecd3b5f0f0d5a9dfa2087c6f7325b40.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 1ae60361cc45..8afd0549b4da 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.0.3
+ pkgver = 1.2.1
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.0.3.tar.gz
- sha256sums = b3daa9f241ff4966c4e2a4710580c9e0237791f1c0e16d6334bb38979ec85b52
+ source = https://github.com/lmfit/lmfit-py/archive/1.2.1.tar.gz
+ sha256sums = b8a88e88374139625c199f930c76756bd075720ef7beb543371b48cc8f30024a
pkgname = python-lmfit
diff --git a/PKGBUILD b/PKGBUILD
index 35b21e7a4fc3..00b9b89ed5dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=python-lmfit
-pkgver=1.0.3
+pkgver=1.2.1
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=('b3daa9f241ff4966c4e2a4710580c9e0237791f1c0e16d6334bb38979ec85b52')
+sha256sums=('b8a88e88374139625c199f930c76756bd075720ef7beb543371b48cc8f30024a')
build() {
cd "$srcdir/lmfit-py-$pkgver"