From 819b8005bde289cd84c9d8ebefe8eede1aef78da Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Wed, 2 Nov 2022 14:28:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20portproton?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portproton/lure.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portproton/lure.sh b/portproton/lure.sh index ebdc763..8b60907 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -11,14 +11,14 @@ deps_amd64_redos=('sysvinit-tools' 'curl' 'libcurl4' 'icoutils' 'wget' 'zenity' 'vulkan.x86_64' 'vulkan.i686' 'vkd3d.x86_64' 'vkd3d.i686' 'coreutils' 'file' 'libc6' 'libnss3' 'xz' 'bubblewrap' 'xdg-utils' 'openssl' 'bc' 'libgl1'\ 'lib64freetype2' 'libfreetype2' 'lib64txc-dxtn' 'libtxc-dxtn' 'coreutils' 'lib64opencl1' 'libopencl1' 'libdrm2' 'libdrm2.i686' 'mesa.i686') #build_deps=('') -sources=("https://github.com/Castro-Fidel/PortWINE.git") +sources=("git+https://github.com/Castro-Fidel/PortWINE.git") checksums=('SKIP') prepare() { cd "${srcdir}" } -#package() { +package() { #install -Dm755 -#} +}