fix the build command in build section

This commit is contained in:
Bipin Kumar 2022-12-27 17:56:57 +05:30 committed by GitHub
parent 5265ba9f5d
commit 2f0fb58841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ sha256sums=('d8db1c12e6f33eb55ba56a5b19f4848aae862a9a343fea422a353c46ab6ccc23')
build() {
cd "$_module-$pkgver"
python setup.py build
python -m build --wheel --no-isolation
}
package() {