summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c48a93253fd5..85364f1f0eeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = python-lmfit-git
pkgdesc = Non-Linear Least-Squares Minimization and Curve-Fitting for Python
- pkgver = 1.2.1.r3.g502cc9ba
+ pkgver = 1.3.0.r0.g8781a2dc
pkgrel = 1
url = https://lmfit.github.io/lmfit-py
arch = any
- license = BSD
+ license = BSD-3-Clause
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python-asteval
+ depends = python-dill
depends = python-numpy
depends = python-scipy
depends = python-uncertainties
@@ -18,8 +19,8 @@ pkgbase = python-lmfit-git
optdepends = python-emcee
optdepends = python-pandas
optdepends = python-matplotlib
- optdepends = python-dill
optdepends = python-numdifftools
+ optdepends = python-sympy
provides = python-lmfit
conflicts = python-lmfit
source = git+https://github.com/lmfit/lmfit-py
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}")