summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjlaehne2023-12-15 19:04:13 +0100
committerjlaehne2023-12-15 19:04:13 +0100
commitb080dcc50d1aedd8a9ceb0c28c6e64575f69a752 (patch)
tree601927e670d73e205d3c020dffb352ed84cc41db /PKGBUILD
parent52fa57bcd82af08c639a79edca7461d23d8f845b (diff)
downloadaur-python-hyperspy-gui-ipywidgets.tar.gz
Provides hyperspy-gui-ipywidgets 2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4be41997f34..f171e2087cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,6 +28,7 @@ source=(https://github.com/hyperspy/hyperspy_gui_ipywidgets/archive/v$pkgver.tar
build() {
cd "$srcdir/$pkginst-$pkgver"
+ export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
python -m build --wheel --no-isolation
}