summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2020-03-10 18:07:04 +0000
committerGrey Christoforo2020-03-10 18:07:04 +0000
commit8a3b8b1c3d556b42ba2c5c5009f75067863d2464 (patch)
treec757a271608ce9c385ab19631f01cb91c5d53945
parentd8c9242f7b6db3c220cbab84c94fab0bc116ffea (diff)
downloadaur-8a3b8b1c3d556b42ba2c5c5009f75067863d2464.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 d08115f46715..6e5281882a4c 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.14
+ pkgver = 1.0.0
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.14.tar.gz
- sha256sums = 4a175d4967fae218695178a750119bbabaec2a7b1dc66201b14ecb830c937f30
+ source = https://github.com/lmfit/lmfit-py/archive/1.0.0.tar.gz
+ sha256sums = a97f3ea280eed161c59fbb59362c6320120e3aaf2b24a07421b3c69f9c4dfdf7
pkgname = python-lmfit
diff --git a/PKGBUILD b/PKGBUILD
index 916723158399..16b0714640d4 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.14
+pkgver=1.0.0
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=('4a175d4967fae218695178a750119bbabaec2a7b1dc66201b14ecb830c937f30')
+sha256sums=('a97f3ea280eed161c59fbb59362c6320120e3aaf2b24a07421b3c69f9c4dfdf7')
build() {
cd "$srcdir/lmfit-py-$pkgver"