summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa419506998c..2721f889b48b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: a821
pkgname=python-lmfit-git
-pkgver=1.2.1.r3.g502cc9ba
+pkgver=1.3.0.r0.g8781a2dc
pkgrel=1
pkgdesc="Non-Linear Least-Squares Minimization and Curve-Fitting for Python"
arch=('any')
url="https://lmfit.github.io/lmfit-py"
-license=('BSD')
-depends=('python-asteval' 'python-numpy' 'python-scipy' 'python-uncertainties')
+license=('BSD-3-Clause')
+depends=('python-asteval' 'python-dill' 'python-numpy' 'python-scipy' 'python-uncertainties')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools-scm')
optdepends=(
'python-corner'
'python-emcee'
'python-pandas'
'python-matplotlib'
- 'python-dill'
'python-numdifftools'
+ 'python-sympy'
)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")