Search Criteria
Package Details: bs-manager-git v1.5.6.r40.g5b3676c-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bs-manager-git.git (read-only, click to copy) |
|---|---|
| Package Base: | bs-manager-git |
| Description: | An all-in-one tool for managing Beat Saber versions, maps, mods, and more |
| Upstream URL: | https://github.com/Zagrios/bs-manager |
| Licenses: | GPL |
| Conflicts: | bs-manager |
| Provides: | bs-manager |
| Submitter: | Insprill |
| Maintainer: | Insprill |
| Last Packager: | Insprill |
| Votes: | 10 |
| Popularity: | 1.04 |
| First Submitted: | 2023-08-09 04:15 (UTC) |
| Last Updated: | 2026-07-17 21:42 (UTC) |
Dependencies (4)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libxcrypt-compat (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- nvm (nvm-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3
flerouwu commented on 2024-10-16 05:23 (UTC)
makepkg corrupts the
/opt/bs-manager/resources/assets/scripts/DepotDownloaderbinary during the "Stripping unneeded symbols from binaries and libraries..." stage of building.Running the DepotDownloader executable exits with error code, and prevents BSManager from being able to use Steam. This issue can be replicated by manually running the DepotDownloader executable (path found above).
Using the pre-stripped binary from BSManager's git repo does not result in the above error.
Adding the following to the PKGBUILD prevents makepkg from stripping symbols on all binaries, fixing this issue.
« First ‹ Previous 1 2 3