pacstall / pacstall-programs

Pacstall's official program repository
https://pacstall.dev/packages
MIT License
172 stars 134 forks source link

Broken: steam-deb #5688

Closed Xdavius closed 4 months ago

Xdavius commented 6 months ago

Package name

steam-deb

Version

1.0.0.78

Pacstall version

4.7.2

Commented issue :

The function prepare is not executed. So steam:i386 cannot be installed This issue is only for Debian because i386 is activated by default on Ubuntu

  sudo dpkg --add-architecture i386
  sudo apt-get update
}

it depends on steam-launcher-deb

pacdeps=("steam-launcher-deb")

and it points to i386 binary

url="https://repo.${gives}powered.com/${gives}/archive/stable/${gives}_${pkgver}_i386.deb"

arch is set as amd64 but it is i386 package.

arch=('amd64')

the URL is the same to steam-launcher-deb but for i386 and not for amd64

I don't know how to fix but this package seems to be useless...

and steam-launcher-deb is, in reality the real steam.deb

Xdavius commented 4 months ago

done: https://github.com/pacstall/pacstall-programs/pull/5922