summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2021-04-17 09:08:32 +0100
committerGreyson Christoforo2021-04-17 09:08:32 +0100
commit1e6335485153aaff7e5c2dc336fff717dd3f5ca4 (patch)
tree48734129d5cc55229fc34a1f7149c27424a962ab
parent080c4d28ed5f075031a47e8cb0b196a4a3931b46 (diff)
downloadaur-1e6335485153aaff7e5c2dc336fff717dd3f5ca4.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 6aa18d866d0c..22559a3ce95a 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.1
+ pkgver = 1.0.2
pkgrel = 1
url = http:/lmfit.github.io/lmfit-py/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = python-lmfit
depends = python-scipy
depends = python-asteval
depends = python-uncertainties
- source = https://github.com/lmfit/lmfit-py/archive/1.0.1.tar.gz
- sha256sums = d271096aede53830a3af3017f5cccd742e8f23445187f5ba1595e07ae1b980aa
+ source = https://github.com/lmfit/lmfit-py/archive/1.0.2.tar.gz
+ sha256sums = 9a67e6ec2e26a941889f4e45420258d46d6da3595846569682974d8702d8c6e4
pkgname = python-lmfit
diff --git a/PKGBUILD b/PKGBUILD
index 5a04f0b7180f..2749bb146f6d 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.1
+pkgver=1.0.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)
source=(https://github.com/lmfit/lmfit-py/archive/${pkgver}.tar.gz)
-sha256sums=('d271096aede53830a3af3017f5cccd742e8f23445187f5ba1595e07ae1b980aa')
+sha256sums=('9a67e6ec2e26a941889f4e45420258d46d6da3595846569682974d8702d8c6e4')
build() {
cd "$srcdir/lmfit-py-$pkgver"