summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c693672276d3..f733d0d71c0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -56,5 +56,7 @@ pkgbase = python-hyperspy
provides = hyperspy
conflicts = hyperspy
replaces = hyperspy
+ source = https://github.com/hyperspy/hyperspy/archive/v2.0.1.tar.gz
+ md5sums = b80dfdb1061934ffb32fa17335fd9fc3
pkgname = python-hyperspy
diff --git a/PKGBUILD b/PKGBUILD
index a97d1e388ddb..8a68128217c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,6 +70,8 @@ replaces=('hyperspy')
conflicts=('hyperspy')
provides=('hyperspy')
+source=(https://github.com/hyperspy/hyperspy/archive/v$pkgver.tar.gz)
+
build() {
cd "$srcdir/$pkgshort-$pkgver"
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
@@ -81,3 +83,4 @@ package() {
python -m installer --destdir="$pkgdir" dist/*.whl
}
+md5sums=('b80dfdb1061934ffb32fa17335fd9fc3')