protontricks 1.13.1-2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name='protontricks'
|
name='protontricks'
|
||||||
version='1.13.1'
|
version='1.13.1'
|
||||||
release='1'
|
release='2'
|
||||||
desc='A wrapper for running Winetricks commands for Proton-enabled games'
|
desc='A wrapper for running Winetricks commands for Proton-enabled games'
|
||||||
desc_ru='Обёртка для запуска Winetricks команд для игр с Proton'
|
desc_ru='Обёртка для запуска Winetricks команд для игр с Proton'
|
||||||
homepage='https://github.com/Matoking/protontricks'
|
homepage='https://github.com/Matoking/protontricks'
|
||||||
@@ -34,12 +34,12 @@ checksums=('SKIP')
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/protontricks-${version}"
|
cd "$srcdir/protontricks-${version}"
|
||||||
python -m build --wheel --no-isolation
|
python3 -m build --wheel --no-isolation
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/protontricks-${version}"
|
cd "$srcdir/protontricks-${version}"
|
||||||
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
Reference in New Issue
Block a user