@rrods @nulldev
Sorry, the checksum of the penultimate commit has not been updated, with the last commit it has been fixed
Git Clone URL: | https://aur.archlinux.org/bottles.git (read-only, click to copy) |
---|---|
Package Base: | bottles |
Description: | Easily manage wine and proton prefix |
Upstream URL: | https://github.com/bottlesdevs/Bottles |
Keywords: | Bottles gaming Wine Wineprefixes |
Licenses: | GPL-3.0-only |
Submitter: | ragouel |
Maintainer: | lotation (brombinmirko, francescomasala) |
Last Packager: | lotation |
Votes: | 153 |
Popularity: | 3.75 |
First Submitted: | 2020-11-28 22:52 (UTC) |
Last Updated: | 2024-12-22 23:18 (UTC) |
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 Next › Last »
@rrods @nulldev
Sorry, the checksum of the penultimate commit has not been updated, with the last commit it has been fixed
cf56a681f2b23455ef5cdf371a26f65068b35ad7e6e138bb9f3ed66e55927a04 bottles-3.1.14.tar.gz
i installed using >
yay -S bottles --editmenu
replace +sha256sums=('ecebf7cb78b0843b903dcff8c712ddcef1409230ebd1a7c08d0e56362c3538c3')
with
+sha256sums=('cf56a681f2b23455ef5cdf371a26f65068b35ad7e6e138bb9f3ed66e55927a04')
It looks like the checksum for the latest source archive is incorrect or has changed somehow. Can you update the checksum?
The best solution would be a package called "wine-core" which does exactly this without installing the whole wine. https://fedoraproject.org/wiki/Wine
However Arch currently doesn't have split wine packages. wine-core is also a dependency on Fedora for lutris.
@shuriken wine is required due to a lack of dependencies, we are looking for these to bundle them with the package
wine should be an (optional) dependency similar to the Lutris package.As it doesn't require system wine, proton or other runners. Still putting them as optional does make sense as its user preference. Thanks for this great software brombinmirko. things like gamemode mangohud and other system runners can all be in optdepends as well.
@brito at the current stage, Bottles does not recognize system components (wine, dxvk) but could do so with the new version v4.
Would be nice if this used the dxvk-bin package, instead of downloading it in the user's home at first run.
This depends on gtk3
and python-gobject
, see main.py
.
I noticed a few things that could be improved with the PKGBUILD:
arch
should be any
as there are no binaries in this packagesha256sums
is empty, while the only source is an archive. Please generate a sha256 checksum for the archive (in my case c854fbc333703449e82ae36db1ae4bd285b64441aec97e372ac6459dfdfe3585
). Tip: If you need to update the sha256sum for a later release you can use the tool updpkgsums
from the pacman-contrib
package# Maintainer
tag at the topMost of these things can be checked automatically by using the tool namcap
from the pacman-contrib
package. Just run it against your PKGBUILD and a built package archive.
Cheers!
Pinned Comments
brombinmirko commented on 2022-09-15 20:54 (UTC) (edited on 2022-09-15 20:54 (UTC) by brombinmirko)
=====================
READ HERE FIRST
=====================
This package is not officially supported by the Bottles Developers. Even though some of those developers are package maintainers, support is offered by the package authors who will make sure it is handled in the best possible way. They will diagnose the issues and report the issues to the development team if they are not related to the package.