summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-02-26 10:00:19 +0000
committerGrey Christoforo2019-02-26 10:00:19 +0000
commitfef7fee20d56d22b73f98ea94536f4c640c0653d (patch)
tree49c1f073045c6fc4b25e7efbccd4e9d6ea6f3d40
parent11484f5bd3d2377f98ea28616ce8cd6eb04b51c1 (diff)
downloadaur-fef7fee20d56d22b73f98ea94536f4c640c0653d.tar.gz
fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21ba6e1988b7..7b02107c21da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = python-mutovis-analysis
depends = python-lmfit
depends = python-dill
depends = python-pyqt5
- depends = python-uncertanties
+ depends = python-uncertainties
source = https://github.com/mutovis/analysis-software/archive/v3.0.0.tar.gz
sha256sums = 8718dde2567cb52a6503df04ccb09f9cbc168e33a6f936600e956b064cb05684
diff --git a/PKGBUILD b/PKGBUILD
index 707ad6ddc17f..51b4adb00991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Python QT batch curve fitting GUI tool for solar cell IV data files"
arch=('any')
url=https://github.com/mutovis/analysis-software
license=('GPL-3.0')
-depends=('python' 'python-numpy' 'python-matplotlib' 'python-scipy' 'python-h5py' 'python-sympy' 'python-mpmath' 'python-lmfit' 'python-dill' 'python-pyqt5' 'python-uncertanties')
+depends=('python' 'python-numpy' 'python-matplotlib' 'python-scipy' 'python-h5py' 'python-sympy' 'python-mpmath' 'python-lmfit' 'python-dill' 'python-pyqt5' 'python-uncertainties')
makedepends=('python-setuptools')
source=("https://github.com/mutovis/${_pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('8718dde2567cb52a6503df04ccb09f9cbc168e33a6f936600e956b064cb05684')