summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreyson Christoforo2021-04-17 09:08:32 +0100
committerGreyson Christoforo2021-04-17 09:08:32 +0100
commit1e6335485153aaff7e5c2dc336fff717dd3f5ca4 (patch)
tree48734129d5cc55229fc34a1f7149c27424a962ab /PKGBUILD
parent080c4d28ed5f075031a47e8cb0b196a4a3931b46 (diff)
downloadaur-1e6335485153aaff7e5c2dc336fff717dd3f5ca4.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"