fix cheksums
This commit is contained in:
parent
f26eefe539
commit
abe77bbd38
@ -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"
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user