From abe77bbd383477a4ce0f1aab82dc7c8586ea4edd Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Mon, 7 Nov 2022 10:54:04 +0300 Subject: [PATCH] fix cheksums --- portproton/lure.sh | 9 +++++---- syncthing/lure.sh | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/portproton/lure.sh b/portproton/lure.sh index b0e6798..a6afb9f 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -1,7 +1,3 @@ -if [distro=debian]; then -sudo dpkg --add-architecture i386 -fi - name='portproton' version='1.0' release='1' @@ -16,6 +12,11 @@ deps_redos=('bubblewrap' 'cabextract' 'curl' 'icoutils' 'vulkan-loader' 'vulkan- deps_arch=('bash' 'icoutils' 'wget' 'bubblewrap' 'zstd' 'cabextract' 'bc' 'tar' 'openssl' 'gamemode' 'desktop-file-utils' 'curl' 'dbus' 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release' 'nss' 'xorg-xrandr' 'vulkan-driver' 'vulkan-icd-loader' 'lsof' 'lib32-freetype2' 'lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss' 'lib32-alsa-plugins' 'lib32-libgpg-error' 'lib32-nss' 'lib32-vulkan-driver' 'lib32-vulkan-icd-loader' 'lib32-gamemode' 'lib32-openssl') deps_debian=('curl' 'zenity' 'cabextract' 'bubblewrap' 'gamemode' 'icoutils' 'tar' 'wget' 'zstd' 'libvulkan1') +scripts=( +['preinstall']='preinstall.sh' +#['postinstall']='postinstall.sh' +) + #sources=("git+https://github.com/Castro-Fidel/PortWINE.git") sources=("https://raw.githubusercontent.com/Castro-Fidel/PortWINE/master/portwine_install_script/PortProton_1.0" "git+https://github.com/Castro-Fidel/PortProton_PKGBUILD.git" diff --git a/syncthing/lure.sh b/syncthing/lure.sh index a727b90..7b25700 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -13,7 +13,7 @@ build_deps=('git' 'go') build_deps_debian=('git' 'golang') sources_amd64=("https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz") -checksums=('f91066b8588c02b5ff77aa801cc4e0319f3467325bdd75326aebccffb6495698') +checksums_amd64=('f91066b8588c02b5ff77aa801cc4e0319f3467325bdd75326aebccffb6495698') prepare() { cd "${srcdir}"