summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaruni Kaushik2024-12-17 21:02:04 +0100
committerAaruni Kaushik2024-12-17 21:02:04 +0100
commita90688fbf12a93f585c6a29c40203aea33b84c0f (patch)
treef31f7ed3f3fa07851c4318c1d066f804b1f2cfe3 /PKGBUILD
parentf523ac83690e3e117cd4abdf1448ea22087d90f2 (diff)
downloadaur-python-tuspy.tar.gz
Add the missing build step to make it all work
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1d2db958ecf..971c2ea13e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,5 +19,6 @@ sha256sums=('c34a285968c3def36c911c927f7c85f5ef9fd3b63c71f68973aa339baa7abb0e')
package() {
cd "${srcdir}/tus-py-client-${pkgver}"
+ python3 -m build
python -m installer --destdir="$pkgdir" dist/*.whl
}