summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjlaehne2023-12-15 19:03:23 +0100
committerjlaehne2023-12-15 19:03:23 +0100
commitf3cbdcc456796a0b57bfe891a1b10065a31e1618 (patch)
tree3c08bac6a2f912cc58f843bd50cdf7eb1a3e7b4e /PKGBUILD
parent9457771fba83f29511b9ec37c6aa69e556a0fef2 (diff)
downloadaur-python-hyperspy-gui-traitsui.tar.gz
Provides hyperspy-gui-traitsui 2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 867cad621173..4b673e93411f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,7 @@ source=(https://github.com/hyperspy/hyperspy_gui_traitsui/archive/v$pkgver.tar.g
build() {
cd "$srcdir/$pkginst-$pkgver"
+ export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
python -m build --wheel --no-isolation
}