summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-10-06 15:53:37 +0100
committerGrey Christoforo2019-10-06 15:53:37 +0100
commit189670e984bc886cc66c1316979048b6cc195295 (patch)
tree4b4fd55dbfb14cd243850b3bc704e392ed45b2f1
parentd8c9242f7b6db3c220cbab84c94fab0bc116ffea (diff)
downloadaur-189670e984bc886cc66c1316979048b6cc195295.tar.gz
fix checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d08115f46715..4139d5b96c3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = python-lmfit
depends = python-asteval
depends = python-uncertainties
source = https://github.com/lmfit/lmfit-py/archive/0.9.14.tar.gz
- sha256sums = 4a175d4967fae218695178a750119bbabaec2a7b1dc66201b14ecb830c937f30
+ sha256sums = 1d71b748aa5a0cfbeef7d6829a59c8a2c24d9240ed36f9f25574793ac5225fae
pkgname = python-lmfit
diff --git a/PKGBUILD b/PKGBUILD
index 916723158399..a0065d98ca3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('BSD-3')
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=('4a175d4967fae218695178a750119bbabaec2a7b1dc66201b14ecb830c937f30')
+sha256sums=('1d71b748aa5a0cfbeef7d6829a59c8a2c24d9240ed36f9f25574793ac5225fae')
build() {
cd "$srcdir/lmfit-py-$pkgver"