diff options
author | Aaruni Kaushik | 2024-12-17 21:02:04 +0100 |
---|---|---|
committer | Aaruni Kaushik | 2024-12-17 21:02:04 +0100 |
commit | a90688fbf12a93f585c6a29c40203aea33b84c0f (patch) | |
tree | f31f7ed3f3fa07851c4318c1d066f804b1f2cfe3 /PKGBUILD | |
parent | f523ac83690e3e117cd4abdf1448ea22087d90f2 (diff) | |
download | aur-python-tuspy.tar.gz |
Add the missing build step to make it all work
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,5 +19,6 @@ sha256sums=('c34a285968c3def36c911c927f7c85f5ef9fd3b63c71f68973aa339baa7abb0e') package() { cd "${srcdir}/tus-py-client-${pkgver}" + python3 -m build python -m installer --destdir="$pkgdir" dist/*.whl } |