From 4d360152c14be20cd5ddab75488f3d11c039d9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Wed, 18 Sep 2024 13:26:33 +0300 Subject: [PATCH] portproton 1.7.1 --- portproton/alr.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/portproton/alr.sh b/portproton/alr.sh index 844955d..d132136 100755 --- a/portproton/alr.sh +++ b/portproton/alr.sh @@ -1,6 +1,6 @@ name='portproton' -version='1.7.0' -release='3' +version='1.7.1' +release='1' desc='PortProton is a project designed to make it easy and convenient to run Windows games on Linux for both beginners and advanced users.' homepage='https://linux-gaming.ru/' maintainer="Евгений Храмов " @@ -27,8 +27,6 @@ opt_deps_debian=('gamemode: Support for Feral GameMode' opt_deps_redos=('gamemode: Support for Feral GameMode' 'gamescope: Support for Gamescope') -_commit=8532a12 - sources=( "git+https://github.com/Castro-Fidel/PortProton_ALT.git#tag=v${version}" ) @@ -37,9 +35,6 @@ checksums=( 'SKIP' ) -_gitname=PortProton_ALT -_flatpakname=ru.linux_gaming.PortProton - scripts=( ['preinstall']='preinstall.sh' )