portprotonqt 0.1.9-3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
_name='PortProtonQt'
|
||||
name='portprotonqt'
|
||||
version='0.1.9'
|
||||
release='2'
|
||||
release='3'
|
||||
desc='A modern GUI for PortProton project'
|
||||
desc_ru='Современный графический интерфейс для проекта PortProton'
|
||||
homepage='https://github.com/Boria138/PortProtonQt'
|
||||
@@ -145,12 +145,12 @@ checksums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_name"
|
||||
python -m build --wheel --no-isolation
|
||||
python3 -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$_name"
|
||||
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
cp -r build-aux/share "$pkgdir/usr/"
|
||||
install-license LICENSE portprotonqt/LICENSE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user