mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix the build command in build section
This commit is contained in:
parent
5265ba9f5d
commit
2f0fb58841
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ sha256sums=('d8db1c12e6f33eb55ba56a5b19f4848aae862a9a343fea422a353c46ab6ccc23')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$_module-$pkgver"
|
cd "$_module-$pkgver"
|
||||||
python setup.py build
|
python -m build --wheel --no-isolation
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue