summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212024-04-05 09:09:53 +0200
committera8212024-04-05 09:09:53 +0200
commitd89f35f88da009ac04046c83f3ff948b4c9f4aa7 (patch)
treeddbca32cca46130c779a099c7f1bae6bf102b0c2 /PKGBUILD
parentb958f95664279308473655fe7374ff93150c9e66 (diff)
downloadaur-python-lmfit-git.tar.gz
Update license. add new dependencies
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}")